如何在C/C++里面计算unsigned __int64范围内的大数?不用高精度

日期:2022-04-07 13:03:48 人气:1

如何在C/C++里面计算unsigned __int64范围内的大数?不用高精度

伪代码
#include<cstdio>
#include<iostream>
unsigned_int64 a;
using namespace std;
int main()
{ 计算数列;
printf("%i64u",a); /*注意是i64u,用cout 是完全不行的*/
    A+
热门评论