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

Java TLE
Posted by naik 5 Apr 2014 23:56
In this task, use StreamTokenizer instead Scanner, otherwise will be TLE
Re: Java TLE
Posted by Bartosz Wesolowski 28 Apr 2014 14:00
Thank you for this tip. It helped me a lot.
I also didn't manage to implement bubble sort (as suggested in the problem tip), because I was getting TLE on test #12. I used a map with solved problem count as keys and team id lists as values instead.
Re: Java TLE
Posted by Petr Osipov 27 Nov 2016 14:55
Thanks for the tip. Seems unfair we have to jump through hoops with java/scala as they are slower on a single run.