• + 1 comment

    Hi. I am struggling with the last case. The first 1000*1000 input is too big to be taken as custom input.I also tried increasing the size of my array from arr[1000][1000] to arr[1001][1001] but it still doesn't work.Pls help..