Coding is the closest thing we have to superpower !
已知:
输入实数a,b,c,求m。
要求:把求三个数的最大数的操作max(x,y,z)定义为函数。
输入a,b,c(1≤a,b,c≤100)。
求m,保留到小数点后三位。
1 2 3
0.200