Problem adjlist
User aa24codebreaker
Submission Time 2023-11-10 15:26:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjlist.cpp:30:9: error: redefinition of ‘int32_t main()’
30 | int32_t main()
| ^~~~
adjlist.cpp:6:9: note: ‘int32_t main()’ previously defined here
6 | int32_t main()
| ^~~~