将整数提升到C中另一个整数的幂的最有效方法是什么?
// 2^3 pow(2,3) == 8 // 5^5 pow(5,5) == 3125
c algorithm math exponentiation
algorithm ×1
c ×1
exponentiation ×1
math ×1