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 1084. Goat in the Garden

findslowly If you WA on #9 [4] // Problem 1084. Goat in the Garden 12 Jun 2013 18:58
Maybe you can try to declare l,r as double not int  :)
almost Re: If you WA on #9 // Problem 1084. Goat in the Garden 21 Oct 2014 09:13
thanks!
David Yin Re: If you WA on #9 // Problem 1084. Goat in the Garden 9 Apr 2015 17:42
Haha, define like this works,
        double sideLength = in.nextDouble();
        double ropeLength = in.nextDouble();
that's so weired.
daixinyan Re: If you WA on #9 // Problem 1084. Goat in the Garden 1 Jan 2016 17:52
thanks