Problem adjmatrix
User joonyi
Submission Time 2025-11-11 11:36:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:18:34: error: expected ‘;’ before ‘}’ token
18 | cout<<arr[i][j]<<"\n"
| ^
| ;
19 | }
| ~