摘要: 传送门:http://acm.split.hdu.edu.cn/showproblem.php?pid=2136利用素数打表的筛选法#include #include #include using namespace std;int a[1000000];int main(){ int ans,... 阅读全文
posted @ 2016-05-07 01:04 Lawliet__zmz 阅读(172) 评论(0) 推荐(0) 编辑