问题 填空题 以下程序运行时从键盘输入:1.02.0 ,输出结果是:1.000000 2.000000,请填空#include main(){double a; float b;scanf(" [7] ", &a, &b); printf("%f %f\n", a, b);} 答案 参考答案:%lf %f