Problem1234--最大数max(x,y,z)

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

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 153  Solved: 133
[Status] [Submit] [Creator:]

Description

已知:

输入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

Source/Category