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 1100. Final Standings

0.911sec,733k
Posted by simply 14 Apr 2003 15:58
ok!
chinaangle007@yahoo.com
0.42 sec, 673k
Posted by Stupnikov Pavel 12 Dec 2003 13:30
Re: 0.42 sec, 673k
Posted by buggzy 29 Mar 2004 17:33
hmm, my algorithm need at least 732 kb to keep input in memory. Is your result a robot bug, or there are algorithm which don't need to remember input?
0343 sec ,929k
Posted by marius dumitran 12 Apr 2004 15:56
how can u get memory under 929 k i only use
150000 long and 150000char
anyway strange things happen when i used a structure haveing 1 long and 1 char i got MLE

Edited by author 12.04.2004 15:57

Edited by author 12.04.2004 16:44
Re: 0343 sec ,929k
Posted by buggzy (Ilya Teterin - USU) 12 Apr 2004 17:34
it's "alignment", use #pragma pack(1) directive to turn it off