摘要:
#include<iostream> #include<cstring> #include<algorithm> using namespace std; const int L=110; int sub(int *a,int *b,int La,int Lb) { if(La<Lb) return 阅读全文
posted @ 2021-06-25 10:32
Xuuxxi
阅读(67)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <string> using namespace std; /* 请在这里填写答案 */ class BigInteger{ protected: int a[3005]; int count; public: BigInteger(){ f 阅读全文
posted @ 2021-06-25 10:27
Xuuxxi
阅读(40)
评论(0)
推荐(0)