01 2021 档案

摘要:素数筛 2021-01-27 20:56:51 最近在学习的过程中,又一次看到了关于素数筛的问题,就想来过来做一个总结。 1.普通求素数 这边直接上代码,很好理解,不多解释: #include<cstdio> #include<cstring> #include<cmath> #define N 1 阅读全文
posted @ 2021-01-27 20:54 黯战丿风魂 阅读(99) 评论(0) 推荐(0)
摘要:2021-01-27 18:32:45 题目描述大致如下: 题目传送门 B. Different Divisors time limit per test 1 second memory limit per test 256 megabytes input standard input output 阅读全文
posted @ 2021-01-27 18:28 黯战丿风魂 阅读(126) 评论(0) 推荐(0)