对下面程序段描述正确的是
int x=0,s=0;
while (!x!=0) s+=++x;
printf("%d",s);
发布于 2022-05-28 20:52:40
登录后免费查看答案
关注者
0
被浏览
2