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 1190. Bar of Chocolate

Hints for WA on test 12
Posted by pyh119 17 Mar 2009 16:49
If you failed on test 12,try this test.
3
a 10000
b 0
c 0

You should output NO because the amount of "b" and "c" can't be less than 1.
Re: Hints for WA on test 12
Posted by Oleg Strekalovsky [Vologda SPU] 6 May 2009 17:34
pyh119 wrote 17 March 2009 16:49
If you failed on test 12,try this test.
3
a 10000
b 0
c 0

You should output NO because the amount of "b" and "c" can't be less than 1.
May be
3
a 1 10000
b 0
c 0
:)