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

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:18:26: error: lvalue required as left operand of assignment
18 | if(g[a][b]=1 || g[b][a]=1){
| ^