摘要: #include<bits/stdc++.h> using namespace std; const int maxn=5005; struct bign { int len, s[MAXN]; bign () { memset(s, 0, sizeof(s)); len = 1; } bign ( 阅读全文
posted @ 2023-10-31 21:06 HS_xh 阅读(43) 评论(5) 推荐(3) 编辑
init();