Problem adjmatrix
User burningout
Submission Time 2025-03-21 04:12:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:14:17: error: expected ‘;’ before ‘j’
14 | for (int j = 0 j < n; j++){
| ^~
| ;