• 关于C++中for循环的问题
  • 其它

#include "stdio.h" #include "math.h" int main(int argv,char *argc[]){    double n,s;    int m;    printf("Input n & m(int 0<n<10000 & 0<m<1000,other end)...\n");    while(scanf("%lf%d",&n,&m)==2 && n>0 && n<10000 && m>0 && m<1000){        for(s=n,m--;m;s+=n=sqrt(n),m--);        printf("%.2f\n\n",s);    }    return 0; }

  • vicky    2019-11-01 11:12:28
  • 阅读 920    收藏 0    回答 1
  • 邀请
  • 收藏
  • 分享
发送
登录 后发表评论
  • 51testing软件测试圈微信