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

Compile Error

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