【题目描述】 【输入】 输入a,b,c。 【输出】 求m,保留到小数点后三位。 【输入样例】 1 2 3 【输出样例】 0.200 【代码】 #include <iostream> #include <cstdio> using namespace std; int max(<