Problem adjmatrix
User Elnathan
Submission Time 2023-02-24 10:54:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp:31:5: error: redefinition of ‘int main()’
31 | int main () {
| ^~~~
adjmatrix.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main () {
| ^~~~