Problem adjlist
User asbx
Submission Time 2023-11-10 10:00:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int main()’:
adjlist.cpp:32:14: error: expected ‘;’ before ‘}’ token
32 | cout<<k+1
| ^
| ;
33 | }
| ~