@@ -95,6 +95,7 @@ struct BigInt{
*it = (uint64_t)(temp / d);
carry <<= 64;
}
+ return *this;
inline uint64_t mod(uint64_t m)const{
lui carry = 0;