uva 1210
摘要:
#include#includeusing namespace std;const int MAXN = 10000 + 10;bool notprime[MAXN];//值为false表示素数,值为true表示非素数int s[MAXN];int c[100000000];void init(){... 阅读全文
posted @ 2015-06-02 11:36 yifi 阅读(216) 评论(0) 推荐(0)
posted @ 2015-06-02 11:36 yifi 阅读(216) 评论(0) 推荐(0)
posted @ 2015-06-01 21:29 yifi 阅读(135) 评论(0) 推荐(0)
posted @ 2015-06-01 21:28 yifi 阅读(142) 评论(0) 推荐(0)