You are given integers
Constraints
Input Specification
The only line contains two space-separated integers,
Output Specification
If there are no solutions, output no
; otherwise, output the maximal value of
Your answer will be accepted if the absolute error is within
Sample Input
Copy
7 13
Sample Output
Copy
2.500000
Explanation for Sample
The maximal value of
Comments