LightOJ - 1259(素數打表)

題目連接:https://vjudge.net/problem/LightOJ-1259c++ #include<bits/stdc++.h> using namespace std; const int maxn=1e7+5; const int maxx=5e6+10; bool vis[maxn]; int num[maxx]; map<int,int>mapp; int t; int to
相關文章
相關標籤/搜索