Problem adjmatrix
User christal
Submission Time 2023-12-27 16:41:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:20:15: error: expected ‘)’ before ‘b’
20 | }else if(g[a]b]==0 || g[a][b]==0){
| ~ ^
| )
adjmatrix.cpp:20:16: error: expected primary-expression before ‘]’ token
20 | }else if(g[a]b]==0 || g[a][b]==0){
| ^