We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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..
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
The Grid Search
You are viewing a single comment's thread. Return to all comments →
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..