Goldbach`s Conjecture LightOJ - 1259 素数筛 暴力水题

直接埃氏筛法莽ios #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> #include<cmath> using namespace std; typedef long long ll; const int maxn=1e7+100; const int N = 1e6; bool isprim
相关文章
相关标签/搜索