ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1915. Titan Ruins: Reconstruction of Bygones

if array [1..16600000](longint) then crash(acces violation) if array[1..17000000] then memory exceed.... What to do????
Posted by green_smile 20 Oct 2012 14:06
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????
Posted by Pegasus 1 Dec 2012 21:54
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