下面程序段的输出结果是
x=3;
do { y=x--;
if (!y) {printf("*");continue;}
printf("#");
} while(x=2);
发布于 2022-05-28 20:52:40
登录后免费查看答案
关注者
0
被浏览
2