Problem eevacuation
User thisusernameistaken
Submission Time 2023-09-14 21:22:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eevacuation.cpp:9:11: error: expected initializer before ‘N’
9 | const int N=1000013;
| ^
eevacuation.cpp:10:5: error: expected initializer before ‘n’
10 | int n, m;
| ^
eevacuation.cpp:11:6: error: ‘N’ was not declared in this scope
11 | ll d[N];
| ^
eevacuation.cpp:12:10: error: ‘N’ was not declared in this scope
12 | bool ins[N];
| ^
eevacuation.cpp:13:18: error: template argument 1 is invalid
13 | vector<vector<int>> s;
| ^~
eevacuation.cpp:13:18: error: template argument 2 is invalid
eevacuation.cpp:13:21: error: template argument 1 is invalid
13 | vector<vector<int>> s;
| ^
eevacuation.cpp:13:21: error: template argument 2 is invalid
eevacuation.cpp:15:14: error: expected ‘,’ or ‘...’ before ‘src’
15 | void bfs(int src)
| ^~~
eevacuation.cpp: In fun