Problem adjmatrix
User boaznumberd5555
Submission Time 2025-11-11 11:45:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:6:2: error: expected initializer before ‘for’
6 | for(int i=0; i<e; i++){
| ^~~
adjmatrix.cpp:6:15: error: ‘i’ was not declared in this scope
6 | for(int i=0; i<e; i++){
| ^
adjmatrix.cpp:13:10: error: ‘arr’ was not declared in this scope
13 | cout<<arr[i][j];
| ^~~