摘要: #include #include int test_main(int data[100],int dumpCount); void build_data(int data[100],int*dumpCount) { for(int i=0;idata[n+1]) // { // t=d... 阅读全文
posted @ 2017-03-28 06:59 xcsllll 阅读(328) 评论(0) 推荐(0) 编辑
摘要: //#include // //#include // // //#include //int test_main(int data[9]); // //void build_data(int data[100]) // //{ // // for(int i=0;idata[n]) { // // n++; // // num[m]++; }*/ ... 阅读全文
posted @ 2017-03-28 06:59 xcsllll 阅读(138) 评论(0) 推荐(0) 编辑
摘要: #include #include //int test(int data[999]) //{ // // for(int i=0;i=1;i--) // { // while(book[i]>=2&&book[2*i]>=1) // { // book[i]=book[i]-2; // ... 阅读全文
posted @ 2017-03-28 06:58 xcsllll 阅读(173) 评论(0) 推荐(0) 编辑
摘要: #include #include #define SIZE 10000 static int data[SIZE]; int test_main(int data[SIZE]); static void build(){ for(int i=0;i<SIZE;i++) data[i]=(rand()%2)? 'o':'x'; } int main(){ fo... 阅读全文
posted @ 2017-03-28 06:57 xcsllll 阅读(107) 评论(0) 推荐(0) 编辑
摘要: //babygin#include #include int main(void) { int Y=1; int count = 0; int data[6]; int times[10]; while(Y==1) { for(int i=0;i=3) { ... 阅读全文
posted @ 2017-03-28 06:56 xcsllll 阅读(118) 评论(0) 推荐(0) 编辑