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 1510. Order

WA # 13. Need help
Posted by KBTU_10 8 Dec 2006 09:47
I'm getting WA on 13th test.
   What's wrong with that test?
   I urgently need help. At least, I amnot getting TL.
Re: WA # 13. Need help
Posted by KBTU_10 8 Dec 2006 09:51
By the way, are there only 3 banknotes? Maybe test is not correct. And according to conditions of this problem, a number of some of them should be >= ( n / 2 ) if n = even;
and > (n + 1) / 2 if n = odd. Is it right?