#include <stdio.h>
main()
{
int y=10;
while(y--);
printf("%d\n",y);
}
为什么输出来的是-1;而不是其他的数字
慕用4063026
下雨何
xungeer29
相关分类