1 #include "utility/bigint.hpp"
13 cout<< a
-12450 <<endl;
15 for (
int i=0;i<10;++i)
26 BigInt d
("1234567890123456789"), e
("277277277");
BigInt(const std::string &s)
BigInt operator*(const BigInt &b) const
bool operator>(const BigInt &b) const
BigInt & operator+=(const BigInt &b)
BigInt operator/(const BigInt &b) const
BigInt & operator*=(const BigInt &b)
BigInt operator%(const BigInt &b) const
BigInt operator+(const BigInt &b) const
BigInt operator-(const BigInt &b) const