将此整数乘以 exponent 后对 modulus 取模的结果返回。
exponent
modulus
exponent 必须是非负数,且 modulus 必须为正数。
int modPow(int exponent, int modulus);