Problem adjmatrix
User Elaine
Submission Time 2023-02-25 20:52:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:9:35: error: expected ‘;’ before ‘adjmat’
9 | for (int j=1; j<n+1; ++j){54e4
| ^
| ;
10 | // cout << i << j << "\n"; this is a tryout code
11 | adjmat[i][j] = 0;
| ~~~~~~