https://leetcode-cn.com/problems/shu-zhi-de-zheng-shu-ci-fang-lcof/
数值的整数次方,当整数为负数时,可以看做是其绝对值的倒数,故问题转化为数值的正整数次方
运用快速幂即可