I am getting memory limit exceeded by using two integer arrays of size 10^5… Why??
I am getting memory limit exceeded by using two integer arrays of size 10^5... Wh
1 int = 4 bytes. You are using total 10^542 bytes which is equals to 781.25MB. But Memory limit is 25MB.