array size 10^7 to 10^8 declared globally(i.e. on heap) is ... #include<bits/stdc++.h> using namespace std; bool prime[100001]; int k=0; ...
確定! 回上一頁