Problem adjmatrix
User weccs
Submission Time 2025-06-16 19:20:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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