填空题

以下函数的功能是:求x的y次方。请填空。 double fun(double x,int y) {int 1; double z; for(i=1,z=x;i<y;i++)______; return z; }

【参考答案】

z=z*x
相关试题