时间:2012-10-01 18:11:19
if(a>b) a=b; c=a;
if(c!=a) c=b;
printf("%d,%d,%dn",a,b,c);
其输出结果是
A)程
电脑版 | 手机版 | 返回顶部