如果使用double 类型的数据作为scanf的输入需要使用 %lf
double input_value; float input_value2; scanf("%lf%f", &input_value, &input_value2);