| Problem | adjmatrix |
|---|---|
| User | kiwiwi |
| Submission Time | 2026-03-12 13:19:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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++) {
| ^