1895: 最大数max(x,y,z)

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:1 Solved:1

Description

已知:m=1.0*max(a,b,c)/(max(a+b,b,c)*max(a,b,b+c))。输入a,b,c,求m。把求三个数的最大数max(x,y,z)分别定义成函数和过程来做。

Input

输入a,b,c。

Output

求m,保留到小数点后三位。

Sample Input Copy

1 2 3

Sample Output Copy

0.200