Problem adjmatrix
User rogueee
Submission Time 2024-11-18 18:30:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:14:33: error: expected ‘;’ before ‘}’ token
14 | std::cout << g[i][j]
| ^
| ;
15 | }
| ~