当前位置: X题卡 > 所有题目 > 题目详情

若有以下程序: main( ) { int a=4,b=3,c=5,t=0; if(a<b)t=a;a=b;b=t; if(a<c)t=a; a=c; c=t; print...

查看本题答案

你可能感兴趣的试题

热门试题

更多