Problem adjmatrix
User Batigol
Submission Time 2024-01-11 09:05:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:8:33: error: ‘m’ was not declared in this scope
8 | memset(arr,0,sizeof(arr[0][0])*m*n);
| ^