#T57. 最大数max(x,y,z)
最大数max(x,y,z)
Description
Given: $m=\\frac{\\max(a,b,c)}{\\max(a+b,b,c) × \\max(a,b,b+c)}$. Input and compute . Implement the function to find the maximum of three numbers as both a function and a procedure.
Input Format
Input .
Output Format
Compute , rounded to three decimal places.
1 2 3
0.200