Problem adjmatrix
User cobnet
Submission Time 2024-02-27 20:52:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:20:24: error: expected ‘;’ before ‘}’ token
20 | cout << adjlist[c][g]
| ^
| ;
21 | }cout<<endl;}
| ~