标签:auth sim ott blank += tom selected ted 整数
#include<stdio.h> #include<math.h> int main() { double n,s; int m; while(scanf("%lf%d",&n,&m)!=EOF) { s=0; for(int i=0;i<m;i++) { s+=n; n=sqrt(n); } printf("%.2f\n",s); } return 0; }
标签:auth sim ott blank += tom selected ted 整数
原文地址:https://www.cnblogs.com/wzmm/p/12494264.html