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

AC-SKYDOS test 3 [2] // Problem 1011. Conductors 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
duancanchao Re: test 3 [1] // Problem 1011. Conductors 24 Jul 2009 17:00
10
Anatoly Re: test 3 // Problem 1011. Conductors 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".