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 1220. Stacks

Does it possible to solve this problem in Pascal?
Posted by Yu YuanMing 11 Sep 2004 20:51
If possible,that is to say you only need less than 400K memory...
but 100000*sizeof(longint)>=400K...
I have solved it in pascal......
Posted by Neumann 2 Feb 2005 14:11
Now you can get AC using Pascal. Memory bug was fixed. Thanks to the admins (-)
Posted by Dmitry 'Diman_YES' Kovalioff 2 Feb 2005 15:26
Re: Now you can get AC using Pascal. Memory bug was fixed. Thanks to the admins (-)
Posted by UNKNOWN_LAMER 3 Feb 2005 12:16
I solved the problem in Pascal now. Be careful: the same solution in Pascal got WA15, and in C++ got Crash8. I fixed the bug, and got 2 AC. Pascal solution eats 8 kb less memory, but working time is the same.