Problem adjlist
User claireau
Submission Time 2023-11-16 09:19:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int main()’:
adjlist.cpp:13:7: error: ‘i’ was not declared in this scope
13 | for (i<V; i++) {
| ^
adjlist.cpp:13:15: error: expected ‘;’ before ‘)’ token
13 | for (i<V; i++) {
| ^
| ;
adjlist.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
adjlist.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^