摘要: #include #include #include #include using namespace std; struct BigInteger { static const int BASE=100000000; static const int WIDTH=8; vector s; BigInteger(long long num=0)... 阅读全文
posted @ 2017-06-29 20:33 3918张佳 阅读(206) 评论(0) 推荐(0) 编辑