Problem adjlist
User AwkUngenially
Submission Time 2025-04-05 10:38:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int main()’:
adjlist.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (int i = 1; i < x + 1; i++) {
| ^~~
adjlist.cpp:8:18: error: ‘i’ was not declared in this scope
8 | for (int i = 1; i < x + 1; i++) {
| ^
adjlist.cpp:23:2: error: expected ‘}’ at end of input
23 | }
| ^
adjlist.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^