Skip to content

Commit 0131a0f

Browse files
Update segmented sieve.cpp
1 parent 5185d3f commit 0131a0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

segmented sieve.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ using namespace placeholders;
66
#define ll long long
77

88
const int N = 100000;
9+
// hello world
910

1011
vector<int> primes;
1112

0 commit comments

Comments
 (0)