王贺


私信TA

用户名:MrSupW

访问量:93075

签 名:

LikeWind

等  级
排  名 17
经  验 22310
参赛次数 1
文章发表 198
年  龄 20
在职情况 学生
学  校 西北工业大学
专  业 软件工程

  自我简介:

What can not destory me only makes me stronger!

 

0.0分

5 人评分

  评论区

为啥我这个错误50%
#include<stdio.h>
int main()
{
    double m,n,sun;
    int i=1;
    scanf("%lf %lf",&m,&n);
    sun=1000;
    while(i<n){
        sun+=m;
        m=m/2;
        i++;
    }
    m=m/2;
    printf("%0.2lf %0.2lf",m,sun);
    return 0;
}
2020-03-27 17:54:00
  • «
  • 1
  • »