摘要: // #include"cstdio" // #include"cstring" // using namespace std; // #define maxn 100000//求maxn范围内的素数 // long long su[maxn],cnt; // bool isprime[maxn]; // void prime() // { // cnt=1; // memset... 阅读全文
posted @ 2018-07-22 21:56 buerdepepeqi 阅读(166) 评论(0) 推荐(0) 编辑