普普通通一个人
发布时间:2014-01-29 23:51:40
点击(此处)折叠或打开#include <stdio.h>#define SIZE 10int main(void){ int a[SIZE] = {99,33,2,67,45,98,34,22,14,1}; .........【阅读全文】
发布时间:2014-01-29 17:10:12
点击(此处)折叠或打开#include <stdio.h>int main(void){ float fahr, celsius; printf("fahr\tcelsius\n"); for (fahr = 0; fahr <= 300 ; fahr .........【阅读全文】
发布时间:2014-01-23 17:26:07
点击(此处)折叠或打开#include <stdio.h>#define ANSWER_SIZE 20 /* The number of the answer */#define STATISTICS_SIZE 10 /* The kinds of the answer */int main(){ &n.........【阅读全文】