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 1435. Financial Error

I have ML on test#7!!! It' s not real!
Posted by EfremovAleksei 19 May 2006 23:44
const namein='input.txt';
      nameout='output.txt';
      NMax=2000000;
type
 TLn=array [1..NMax] of integer;
var n:integer;
    m:int64;
    x:TLn;

It's my structures and i don't use stack or other memory in
solution
Re: I have ML on test#7!!! It' s not real!
Posted by ACM.Tolstobrov_Anatoliy[Ivanovo SPU] 20 May 2006 15:05

:)

Edited by author 20.05.2006 15:07