poj1503 Integer Inquiry(大数)
用的模板
直接贴代码
#include <vector>
#include <iostream>
#include <cstring>
#include <iomanip>
#include <string>
#include <algorithm>
using namespace std;
//大数
struct BigInteger
{
static const int BASE = 100000000; //和WID
原创
2020-10-03 14:01:55 ·
134 阅读 ·
0 评论