Problem | adjlist |
---|---|
User | AppleOnAstick |
Submission Time | 2023-11-10 15:11:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjlist.cpp: In function ‘int32_t main()’:
adjlist.cpp:17:3: error: expected ‘}’ at end of input
17 | }
| ^
adjlist.cpp:14:27: note: to match this ‘{’
14 | for (int i=0; i <n; i++) {
| ^
adjlist.cpp:17:3: error: expected ‘}’ at end of input
17 | }
| ^
adjlist.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^