摘要: 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 struct BigInteger 8 { 9 static const int BASE=100000000; 10 static const int WIDTH=8; 11 12 vector... 阅读全文
posted @ 2017-07-22 21:06 lan126 阅读(124) 评论(0) 推荐(0) 编辑