狮吼tv娜娜莉新浪微博:这个程序怎么算

来源:百度文库 编辑:高校问答 时间:2024/07/08 09:57:18
void main()
{
int x = 0xffff;
printf("%d\n",x--);
}
运行结果是什么

print后减1..

在屏幕上输出0xffff