摘要: #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 阅读(64) 评论(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 阅读(35) 评论(0) 推荐(0) 编辑