Problem | adjmatrix |
---|---|
User | wtnetlegend |
Submission Time | 2025-03-17 20:14:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:15:8: error: expected ‘;’ before ‘g’
15 | cout g[i][j] << "";
| ^~
| ;