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

AC!!!
Posted by Dmitry 'Diman_YES' Kovalioff 4 Nov 2002 11:13
This problem is really excellent. Though it is so hard :) I've got AC
and I proud of it! If you want to see my solution - dimanyes@mail.ru
I think not.
Posted by Zhou Yuan 30 Dec 2002 10:55
An excellent problem?! I don't think so. An excellent problem should
NOT be strict at 250KB memory size.

And, in my program, I've declared an 600KB array, and nothing else.
like:

Type
    Tdata    = array[1..LimitOpts] of
                  record
                      father         : word;
                      num            : longint;
                  end;

// LimitOpts = 100000


but, I've got Memory Limit Exceeded.
Re: I think not.
Posted by TheBeet 17 May 2004 13:49
The program use about 350KB itself.

So you have use 350+600KB and It is MEMORY LIMIT.