Problem adjmatrix
User kiwiwi
Submission Time 2026-03-12 13:19:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:32:18: error: ‘i’ was not declared in this scope
32 | for (int c = 0; i < n; i++) {
| ^
adjmatrix.cpp:33:19: error: ‘j’ was not declared in this scope
33 | for (int d = 0; j < n; j++) {
| ^
adjmatrix.cpp:36:15: error: expected ‘;’ before ‘}’ token
36 | cout << "\n"
| ^
| ;
37 | }
| ~