#38081: pow問題


jchu0952@gmail.com (胡哥)


如果遇到pow[5, 4] = 124

不要多想 直接創一個pow function

example : int pow(int a, int b)

{

}

可單獨創一個function提出個位數數字