高精度类压位C++实现 高精度压位#include#include#includeusingnamespacestd;constintmaxleng=500;classBigInt{private:intleng;intnum[maxleng];public: