阅读背景:

用c语言写出输入3个数a 、b、 c,要求按由小到大的顺序输出

来源:互联网 
void main() 

int a,b,c;
int t; 
scanf("%d%d%d", &a,&b,&c);



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: