示例#1
0
 ZZ operator /(const ZZ& z) const { return (*this) * z.inverse(); }
示例#2
0
 void operator /=(const ZZ& z) { (*this) *= z.inverse(); }