填空题
以下程序的输出结果是______。 #include<stdio.h> main() { int x=10,y=10; printf("%d%d/n",x--,--y); }
1、
【正确答案】
1、10 9
【答案解析】
提交答案
关闭