填空题

以下程序运行时从键盘输入:1.0 2.0,输出结果是:1.000000 2.000000,请填空。
# include <stdio.h>
main()
double a;float b;
scanf("______", &a, &-b); printf("%f%f\n", a, b);


【参考答案】

%lf%f