摘要: 1 #include<iostream> 2 #include<time.h> 3 #include<string.h> 4 using namespace std; 5 6 7 class BigNum{ 8 private: 9 int *num; //数值 10 int *yu; //余数 11 int n; ... 阅读全文
posted @ 2012-07-30 14:21 质点314 阅读(397) 评论(0) 推荐(0) 编辑