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

I'm Puzzled!
Posted by Dzx 6 May 2004 17:54
My program just use this
 s:array[1..100000] of longint;
 p:array[1..100000,1..2] of byte;
I think this just take 600KB,but got MLE :(
I think the judge system "EATS" more than 300KB memory...
so,if I want to AC this problem,must I use less than 450KB?