下面程序的输出是
#include<stdio.h>
void main()
{int x=023;
printf("%d\n",--x);
}
发布于 2022-05-28 20:52:39
登录后免费查看答案
关注者
0
被浏览
3