float daPower(float x,int n){float ret=1,tmp;if(n==1)return x;tmp=daPower(x,n>>1);ret=tmp*tmp;if(n&1)ret*=x;return ret;}
回首忆惘然
Helenr
慕运维8079593
相关分类