Problem adjmatrix
User itchydeez
Submission Time 2023-11-17 09:50:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:18:13: error: invalid types ‘int[int]’ for array subscript
18 | cout<<g[h][h];
| ^