We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba81b4 commit 3520a11Copy full SHA for 3520a11
ch5/primes.cpp
@@ -6,8 +6,6 @@ typedef vector<int> vi;
6
typedef vector<ll> vll;
7
typedef map<int, int> mii;
8
9
-typedef long long ll;
10
-
11
ll _sieve_size;
12
bitset<10000010> bs; // 10^7 is the rough limit
13
vll p; // compact list of primes
0 commit comments