摘要: #include<cstdio>#include<algorithm>#include<cstring>using namespace std;const int MaxN = 10010;int prime[MaxN];void yu(){ memset(prime , 0 ,sizeof(pri 阅读全文
posted @ 2016-08-08 09:51 chaojidage 阅读(75) 评论(0) 推荐(0)