2016年10月12日

摘要: #include<stdio.h> #include<math.h> #include<stdlib.h> #include<time.h> int moshi; int count; void plus(int first,int second) { int result; printf("%d 阅读全文
posted @ 2016-10-12 19:17 沈志超 阅读(152) 评论(0) 推荐(0) 编辑

2016年9月23日

摘要: #include <stdio.h>#include <math.h>#include <time.h>#define max 1000int sum=0;bool place (int k,int x[]){ for (int j=1;j<k;j++)if ((abs(k-j)==abs(x[j] 阅读全文
posted @ 2016-09-23 22:45 沈志超 阅读(120) 评论(0) 推荐(0) 编辑

导航