Problem adjmatrix
User asbx
Submission Time 2023-11-10 09:27:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:16:23: error: expected ‘;’ before ‘}’ token
16 | arr[(a-1)+n*(b-1)]=1
| ^
| ;
17 | }
| ~