填空题

下列程序的功能是将2个数从小到大输出。
main()
float a,b,______;
scanf(______,&a,&b);
if(a>b)
t=a;
______;
b=t;

printf("%5.2f,%5.2f\n",a,b);

【参考答案】

t "%f %f" a=b