摘要://///////////////////integer.h#include <iostream>#include <string>#include <cstring>#include <math.h>using namespace std;#define MAXSIZE 256/**************************** @class name: BigInteger* @author: LoongFee* @date: 2009-11-03****************************/class BigInteger
阅读全文