Problem votingcities
User thisusernameistaken
Submission Time 2024-02-02 19:58:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

votingcities.cpp: In function ‘void dijkstra()’:
votingcities.cpp:24:17: error: ‘L’ was not declared in this scope
24 | bool vis[N][L]={0};
| ^
votingcities.cpp:33:13: error: ‘vis’ was not declared in this scope
33 | if (vis[u][used]) continue;
| ^~~
votingcities.cpp:34:9: error: ‘vis’ was not declared in this scope
34 | vis[u][used]=1;
| ^~~