Problem islands2
User reporter
Submission Time 2023-05-01 13:18:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/cassert:44,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from islands2.cpp:2:
islands2.cpp: In function ‘void solve()’:
islands2.cpp:70:19: error: ‘N’ was not declared in this scope
70 | cin >> n; assert(N<=4000);
| ^