扩大
缩小
摘要: 质数 线性筛法 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 1e6 + 10; int n, cnt; int st[N]; void n_prime(i 阅读全文
posted @ 2021-08-29 18:32 喵喵喵喵喵子 阅读(68) 评论(0) 推荐(0)
HTML