Problem adjlist
User Jonnu
Submission Time 2025-10-08 14:14:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp: In function ‘int main()’:
adjlist.cpp:24:13: error: expected ‘;’ before ‘}’ token
24 | return 0
| ^
| ;
25 | }
| ~