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 1613. For Fans of Statistics

java, MLE test #6 (69360Kb): what`s in it ?
Posted by Ozzy 17 Apr 2013 11:40
I'm trying to sovle this task using HashMap<Integer, BigInteger>.
Maximal amount of elements in this HashMap object = 70000.
Unfortunatelly, I'm getting MLE, 0.406s 69360Kb.

Which kind of test data should be created to examine memory consumption of my variant ?
TIA.
Re: java, MLE test #6 (69360Kb): what`s in it ?
Posted by gautamvs 21 May 2013 00:14
yeah, if you have used binary search, some test case.make it to go for infinite cycle. u can check for terminating conditions.