用于C语言期末复习 1、函数fun的功能是计算x^n。 double fun(double x,int n) {int i; double y=1; for(i=1;i