2018年5月5日

欧拉筛(求质数)

摘要: 先上代码: #include<stdio.h> #include<iostream> #include<string.h> #include<time.h> using namespace std; int prime[10000001];//存素数 bool vis[10000001];//保证不 阅读全文

posted @ 2018-05-05 19:51 laplus 阅读(462) 评论(0) 推荐(0)

导航