Skip to content

Commit 3520a11

Browse files
authored
Update primes.cpp
1 parent 0ba81b4 commit 3520a11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ch5/primes.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ typedef vector<int> vi;
66
typedef vector<ll> vll;
77
typedef map<int, int> mii;
88

9-
typedef long long ll;
10-
119
ll _sieve_size;
1210
bitset<10000010> bs; // 10^7 is the rough limit
1311
vll p; // compact list of primes

0 commit comments

Comments
 (0)