leetcode(50): Pow(x, n)

題目 Implement pow(x, n). Example 1: Input: 2.00000, 10 Output: 1024.00000 Example 2: Input: 2.10000, 3 Output: 9.26100 double myPow(double x, int n) {} 根據題目再加上給出的函數的返回參數和參數 我的理解是是要 我們實現一個myPow函數,這個函數有兩
相關文章
相關標籤/搜索