nt占2个字节,就相当于16位,所以int型的变量值的范围为[-2^15 , (2^15 - 1)], 即[-32768,32767];unsigned int取值范围[0,(2^16 - 1)], 即[0,65535]