Problem adjmatrix
User Ningja
Submission Time 2023-11-10 13:41:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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