摘要: 源代码: #include<cstdio> int n,i[1001][1001]; const int maxint=10000000; int main() { scanf("%d",&n); for (int a=1;a<=n;a++) for (int b=1;b<=n;b++) { sca 阅读全文
posted @ 2016-01-09 11:12 【機關】 阅读(592) 评论(0) 推荐(0)
摘要: 源代码: #include<cstdio> int i[1001][1001],n,k; bool f[1001]={0}; const int maxint=1061109567; int main() { scanf("%d%d",&n,&k); for (int a=1;a<=n;a++) f 阅读全文
posted @ 2016-01-09 10:57 【機關】 阅读(438) 评论(0) 推荐(0)