摘要: 1 #include <bits/stdc++.h> using namespace std ; struct bigInt { int num[ 2000 ] ; int size ; static const int maxN = 2000 ; private : void Init ( ) { 阅读全文
posted @ 2018-10-28 18:57 SHHHS 阅读(230) 评论(0) 推荐(0) 编辑