以下函数的功能是,求x的y次方,请填空。double fun(double x,int y){ int i;double z;for(i=1,z=x;i<y;i++) z=z* ;return z;}
以下函数的功能是,求x的y次方,请填空。double fun(double x,int y){ int i;double z;for(i=1,z=x;i
发布时间:2025-08-20 04:08:42
以下函数的功能是,求x的y次方,请填空。double fun(double x,int y){ int i;double z;for(i=1,z=x;i