|
|
back to boardif array [1..16600000](longint) then crash(acces violation) if array[1..17000000] then memory exceed.... What to do???? What to do with this problem??? Re: if array [1..16600000](longint) then crash(acces violation) if array[1..17000000] then memory exceed.... What to do???? Posted by XQuader 20 Oct 2012 14:10 Same problem, test#24 Re: if array [1..16600000](longint) then crash(acces violation) if array[1..17000000] then memory exceed.... What to do???? Me too, always access violation Re: if array [1..16600000](longint) then crash(acces violation) if array[1..17000000] then memory exceed.... What to do???? Posted by LyanA 22 Dec 2012 15:33 if type 0 10^6-2 times, and 2 first elements would be nums, so num of elements in array would be 2^(10^6-2). I think that's the problem |
|
|