Problem adjmatrix
User saifo3000
Submission Time 2024-06-20 18:11:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:23:41: error: expected ‘;’ before ‘cout’
23 | for(int j=0;j<v;j++) cout << arr[i][j]
| ^
| ;
24 | cout << '\n';
| ~~~~