填空题

下列程序的输出结果是______。
main()
int a+,b=2,C=3,t=0;
ifa<B) t=a;a=b;b=t;
ifa<C) t=a;a=c;c=t;
printf("%d,%d,%dln",a,b,C) ;

【参考答案】

C,A,B