Problem adjmatrix
User PerihelionfromAphelion
Submission Time 2026-06-21 11:44:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:15:7: error: ‘i’ was not declared in this scope
15 | for (i = 1; i <= n; i++) {
| ^
adjmatrix.cpp:16:8: error: ‘j’ was not declared in this scope
16 | for (j = 1; j <= n; j++) {
| ^