my code was giving error for int arr[m][n] but when i assigned its value to int arr[1000][1000] is compiled…
Cin>>m>>n; int arr[m][n] vs int arr[1000][1000]
it is working fine on my computer but giving error in coding blocks ide
my code was giving error for int arr[m][n] but when i assigned its value to int arr[1000][1000] is compiled…
it is working fine on my computer but giving error in coding blocks ide