BigInteger大整數類的加、減、乘、輸入、輸出

#include<iostream> #include<vector> #include<string> #define max(x,y) (x>y? x:y) using namespace std; const int BASE = 1e4; const int WIDTH = 4; #pragma warning(disable:4996) struct BigInteger { i
相關文章
相關標籤/搜索