Problem adjmatrix
User carson
Submission Time 2025-03-12 21:02:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for(int i = 0;i < e; i++)
| ^~~
adjmatrix.cpp:8:16: error: ‘i’ was not declared in this scope
8 | for(int i = 0;i < e; i++)
| ^