1、int类型默认signed,最高位是符号位,表示范围[-2^(n-1), 2^(n-1)-1],1byte=8bits
2、unsigned int,[0, 2^n-1]
C++算术类型大小
原文:https://www.cnblogs.com/Zzz-y/p/8487971.html