返回此整数的 exponent 次方对 modulus 求模的结果。
exponent
modulus
exponent 必须是非负数,且 modulus 必须是正数。
int modPow(int exponent, int modulus);