2016年10月16日
摘要: #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-10-16 01:07 李霄雷 阅读(110) 评论(0) 推荐(0)
摘要: #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-16 01:06 李霄雷 阅读(126) 评论(0) 推荐(0)