使用道具 举报
Post by 奋斗的毛毛虫 #include<stdio.h> void main() { int a,b; a=32767; b=a+1; printf("%d,%d\n",a,b); } 为什么结果是32767,-32768呢?
本版积分规则 发表回复 回帖后跳转到最后一页