#include "stdio.h"#include "conio.h"
main(){ float a,b,t; scanf("%f,%f",&a,&b); if (a>b) {a=t;a=t;b=t;} printf("%5.2f,%5.2f",a,b); getch();}为什么这个程序没有else...却能在a<b时按从小到大的顺序输出a,b
哦~~谢谢吖!!