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

Compile Error

adjlist.cpp: In function ‘int main()’:
adjlist.cpp:24:13: error: expected ‘;’ at end of input
24 | return 0
| ~^
| ;
adjlist.cpp:24:12: error: expected ‘}’ at end of input
24 | return 0
| ^
adjlist.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^