篩素法總結

#include <bits/stdc++.h> using namespace std; const int maxn = 1e6+5; int table[maxn]; bool p[maxn]; int tot = 0; void find_prime(){//純粹的爲了篩選素數表,不能很好的記錄素數表,素數篩的最優的 int m = sqrt(maxn); for(int
相關文章
相關標籤/搜索