@@ -85,6 +85,7 @@ struct BigInt{
*it = (uint64_t)(temp / d);
carry <<= 64;
}
+ return ret;
inline BigInt& div(uint64_t d){
lui carry = 0;