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 1011. Conductors

test 3
Posted by AC-SKYDOS 17 Jul 2009 23:43
is it possible p = q?
what should I output when q = p?
q = 10
p = 10
result 0 or 10? thanks
Re: test 3
Posted by duancanchao 24 Jul 2009 17:00
10
Re: test 3
Posted by Anatoly 12 Sep 2009 23:37
I think "there are more then P% conductors and less then Q% conductors" means that "P < conductors < Q" => P and Q can't be equal.
Moreover, my program just crashes, having "10 10" input, but I have AC.

I had WA3 when my algorithm worked like "P < conductors <= Q".