普普通通一个人
发布时间:2014-02-05 09:46:32
点击(此处)折叠或打开#include <stdio.h>#include <stdlib.h>#include <time.h>#define SIZE 4/* function prototype */void introduction(void); /* game introduction */void j.........【阅读全文】
发布时间:2014-02-04 06:32:43
点击(此处)折叠或打开#include <stdio.h>float mypower(int);int main(void){ char c; short s; int i; &n.........【阅读全文】
发布时间:2014-02-03 09:05:36
点击(此处)折叠或打开#include <stdio.h>#define SIZE 10void myswap(int *, int *);int main(void){ int a[SIZE] = { 99, 33, 2, 67, 45, 504, 34, 22, 14, 1 };.........【阅读全文】
发布时间: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}; .........【阅读全文】