for this question http://www.codechef.com/problems/IGAME , i am getting runtime error(SIGSEGV) with this solution http://www.codechef.com/viewsolution/2366703 . but there are many successful submissions in C for this problem which also uses same amount of memory as i did that is 2-d array of around 1000*1000, like this http://www.codechef.com/viewsolution/1749748. what is the problem with my solution ?
↧