摘要: 时间复杂度为 O(n)! #include<bits/stdc++.h> using namespace std; const int N = 10e6 + 10; int primes[N]; bool book[N]; void get_primes(){ int cnt = 0; for(in 阅读全文
posted @ 2022-05-29 15:51 荣荣荣荣荣荣 阅读(37) 评论(0) 推荐(0)