摘要: 1 #include 2 #include 3 using namespace std; 4 #define MAX 10005 5 6 struct bigint 7 { 8 char num[MAX]; 9 int flag; // 1:positive -1:negative 10 int dgts; 11 b... 阅读全文
posted @ 2017-05-01 12:12 starry_sky 阅读(584) 评论(0) 推荐(0) 编辑