1116 Come on! Let's C (20 point(s))

#include<iostream> #include<map> #include<cstdio> #include<cmath> using namespace std; const int MAXN = 1e5; int ran[MAXN]; map<int, bool> have; int n, k, x; bool isprime(int m) { if(m <= 1) return f
相关文章
相关标签/搜索