填空题
以下程序运行后的输出结果是{{U}} 【8】 {{/U}}。 main( ) { int x=10,y=20,t=0; if(x= =y)t=x;x=y;y=t printf("%d,%d/n",x,y); }
1、
【正确答案】
1、【8】20,0
【答案解析】
提交答案
关闭