标签: c
我的数据范围是N (0 ≤ N < 10^1,000,000)
N (0 ≤ N < 10^1,000,000)
我正在使用unsigned long long int,但这对我的数据来说还不够。
unsigned long long int
请建议我应该使用的数据类型。