Problem adjmatrix
User fanqie
Submission Time 2023-11-16 18:03:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int32_t main()’:
adjmatrix.cpp:8:15: error: expected ‘}’ at end of input
8 | cin >> n >> e;
| ^
adjmatrix.cpp:6:15: note: to match this ‘{’
6 | int32_t main(){
| ^