问题 问答题

void main()

int n=9;
if(n++<10)printf("%d\n",n);
else printf("%d\n",n--);

答案

参考答案:

J

单项选择题
填空题