Problem adjmatrix
User kiwiwi
Submission Time 2026-03-12 13:20:21
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; c++) {
| ^
adjmatrix.cpp:33:19: error: ‘j’ was not declared in this scope
33 | for (int d = 0; j < n; d++) {
| ^