Problem | adjmatrix |
---|---|
User | Anonymous35V |
Submission Time | 2023-11-10 15:10:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:16:17: error: expected ‘;’ before ‘}’ token
16 | cout<<a[i][j]
| ^
| ;
17 | }
| ~