赞
踩
在16位的编译系统中,int的范围如下 int的表示范围是-32768~+32767 unsigned int的表示范围才是0~65535。
在32位的编译系统中,int的范围如下 -2147483648~ 2147483647[-2的31次方- 2^31-1]