摘要: #include<cstdio> #include<iostream> #include<algorithm> #include<cstring> using namespace std; const int maxn = 1000; struct Bigint { int len, a[maxn] 阅读全文
posted @ 2021-02-26 18:13 loliconsk 阅读(91) 评论(0) 推荐(0)