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 solutions
Posted by ile 19 Jun 2010 11:48
Hey,

I wonder what did people do in order to get less than 0.3s using Java?

The minimum I got is only 0.343s 5590KB

I use StreamTokeziner(BufferedReader) for input; PrintWriter for output; int[] ID, byte[] M, and O(n*m) outputing.

I also tried to make it O(n) with LinkedList, but it didn't decrease time too much...


Any suggestions to speed it up are welcome! =)
Re: Java solutions
Posted by void 28 Jul 2010 05:17
see my thread