Problem adjlist
User lucas
Submission Time 2025-12-22 15:51:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int main()’:
adjlist.cpp:19:28: error: expected ‘;’ before ‘}’ token
19 | cout << a[i][j]
| ^
| ;
20 | }
| ~