摘要: struct Bignum { typedef long long ll; static const int BASE=100000000; static const int WIDTH=8; static const int maxn=5000+10; ll num[maxn]; int len; 阅读全文
posted @ 2020-06-11 17:40 hkr04 阅读(94) 评论(0) 推荐(0) 编辑