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 1017. Staircases

To Yu Wei, Petko Minkov and Jivko Ganev
Posted by Vladimir Milenov Vasilev 15 Aug 2001 04:27
Thank you that you helped a beginner like me, But I
couldn't understand why does it my program not work?
I havent 32-bit compilator, i have 16-bit so that i write
my program using array[1..60,1..60], but when I submitted
it I wrote [1..500,1..500], as it should be. What is wrong?
Re: To Yu Wei, Petko Minkov and Jivko Ganev
Posted by LYS 15 Aug 2001 10:29
At least one thing:
 sizeof(real)=6
 so memory used is 500*500*6=1500000>1000K