Problem adjmatrix
User Noob3535
Submission Time 2024-06-28 15:14:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:16:17: error: expected ‘;’ before ‘}’ token
16 | cout<<a[i][j]
| ^
| ;
17 | }
| ~