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 1090. In the Army Now

Show all messages Hide all messages

some examples for the third test please Valentin Popa 7 Dec 2006 23:08
if they are not too long
admin: some examples for the third test please Valentin Popa 16 Dec 2006 18:50
why insert sort doesn't work?
i've found my mistake: never display 0 when the first row is 1
is not insert sort the algo? Valentin Popa 16 Dec 2006 19:08
Re: is not insert sort the algo? AlainDelon 1 Jul 2008 19:00
I have tried both bucket sort and segment tree based(nlogn) approaches, but seems both can not beat the time limit?

how to get the runtime to 0.015s?