Problem adjmatrix
User baobaocar
Submission Time 2023-03-13 15:09:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:11:13: error: expected primary-expression before ‘)’ token
11 | while(E--)){
| ^
adjmatrix.cpp:17:19: error: expected ‘;’ before ‘}’ token
17 | cout << adj[i]
| ^
| ;
18 | }
| ~