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