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

seems to be impossible in C#
Posted by Kolyanich 15 Jan 2011 02:37
my simple test solution consist of only

            int N = int.Parse(Console.ReadLine());
            GC.Collect();

            Console.WriteLine("400");
            Console.WriteLine("200");
            Console.WriteLine("300");

and eats 1156 KB, MLE#1