Problem adjmatrix
User carson
Submission Time 2025-03-12 21:04:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:21:15: error: expected ‘;’ before ‘}’ token
21 | cout << "\n"
| ^
| ;
22 | }
| ~