摘要: #include <iostream> #include <string> #include <cstring> #include <cstdio> using namespace std; const int maxn = 1000; struct bign{ int d[maxn], len; 阅读全文
posted @ 2018-04-11 16:45 oc_co 阅读(116) 评论(0) 推荐(0) 编辑