2017年4月5日

欧拉筛

摘要: #include<bits/stdc++.h> using namespace std ; const int maxn = 1000000 ; bool isprime[maxn]; int prime[maxn]; int init() { int cntprime = 1 ; for( int 阅读全文

posted @ 2017-04-05 20:56 Dark猫 阅读(267) 评论(0) 推荐(0)

导航