計算x的n次方(用函數)

use MathJax to parse formulashtml Description函數 問題很簡單,求x^n.請編寫pow()函數.post 聲明以下:code int pow(int x,int n,int p)orm //pow的功能是實現x^n,最後1個參數p沒有用。htm 系統會自動在程序的最後加上以下代碼:blog int main() {     int x,n;       
相關文章
相關標籤/搜索