#2926. [GESP202512 三级 C++] 第 8 题
[GESP202512 三级 C++] 第 8 题
在一个特定的计算机系统中,假如 unsigned int 类型需要占用2个字节的存储空间(每个字节有8位),则 unsigned int 可以表示的数据范围是多少。
{{ select(1) }}
- 0 ~ 65535
- 0 ~ 65536
- -65536 ~ 65535
- 0 ~ 32767
在一个特定的计算机系统中,假如 unsigned int 类型需要占用2个字节的存储空间(每个字节有8位),则 unsigned int 可以表示的数据范围是多少。
{{ select(1) }}