#P11027. [2016杭电多校]Rower Bo
[2016杭电多校]Rower Bo
Rower Bo
Problem Description
There is a river on the Cartesian coordinate system,the river is flowing along the x-axis direction. Rower Bo is placed at at first.He wants to get to origin by boat.Boat speed relative to water is ,and the speed of the water flow is .He will adjust the direction of to origin all the time. Your task is to calculate how much time he will use to get to origin.Your answer should be rounded to four decimal places. If he can't arrive origin anyway,print"Infinity"(without quotation marks).
Input
There are several test cases. (no more than 1000) For each test case,there is only one line containing three integers . , , are integers
Output
For each test case,print a string or a real number. If the absolute error between your answer and the standard answer is no more than , your solution will be accepted.
Sample Input
2 3 3
2 4 3
Sample Output
Infinity
1.1428571429
Author
绍兴一中
Source
2016 Multi-University Training Contest 3