C/C++如何出超长位数
C/C++如何出超长位数
日期:2021-06-01 22:35:20 人气:1
高精度模板
以下模板网络所得
#include <iostream>
#include <string.h>
using namespace std;
#define DIGIT 4
#define DEPTH 10000
#define MAX 100
typedef int bignum_t[MAX+1];
int read(bignum_t a,istream& is=cin)
以下模板网络所得
#include <iostream>
#include <string.h>
using namespace std;
#define DIGIT 4
#define DEPTH 10000
#define MAX 100
typedef int bignum_t[MAX+1];
int read(bignum_t a,istream& is=cin)