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 1015. Test the Difference!

This is WRONG!
Posted by Smile 2 May 2001 14:37
My solution used block in heap. Standard heap block (in
pascal) were of 16 bytes. So, in worst case, size of memory
required for my solution if 100000 dices is specified is
far more than 1MB! But it seems like tests doesn't contain
such a case. So why to spook us with big numbers like 10**5?
I mean my solution was accepted (-)
Posted by Smile 2 May 2001 14:38