私信TA

用户名:dotcpp0613199

访问量:5472

签 名:

等  级
排  名 3996
经  验 1792
参赛次数 0
文章发表 21
年  龄 0
在职情况 学生
学  校 衡阳师范学院
专  业

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

#include<iostream>

#include<iomanip>

using namespace std;

int main()

{

    int n;

    double x,sum;

    cin >> x >> n;

    for (int i = 1; i <= n; i++)

    {

        x = x + x / 1000;

    }

    cout <<fixed<<setprecision(4)<< x << endl;

    return 0;

}


 

0.0分

2 人评分

  评论区

  • «
  • »