gpt4 book ai didi

c++ - 使用 Visual C++ 2008 在 C/C++ 上处理大整数

转载 作者:太空宇宙 更新时间:2023-11-04 07:42:50 24 4
gpt4 key购买 nike

如何在 32 位 PC 上的 Visual C++ 2008 上处理一些大的正整数(如 9,999,999,999)。
请举例说明这些大正整数的声明、printf、scanf。
请考虑在您的示例中使用 9,999,999,999。

最佳答案

unsigned long long foo;
scanf("%llu", &foo);
printf("%llu", foo);

关于c++ - 使用 Visual C++ 2008 在 C/C++ 上处理大整数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1819387/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com