unsigned int 0~4294967295

0~4e9

int -2147483648~2147483647

-2e9~2e9

unsigned long 0~4294967295

long -2147483648~2147483647


__int64 / long long的最大值:-9223372036854775808~9223372036854775807

-9e18~9e18

unsigned __int64 / unsigned long long的最大值:0~18446744073709551615

0~18e18


相关文章:

  • 2021-08-13
  • 2021-09-15
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2022-03-04
猜你喜欢
  • 2021-12-04
  • 2021-12-04
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
相关资源
相似解决方案