wherego


私信TA

用户名:uq_49763652863

访问量:28

签 名:

等  级
排  名 3616
经  验 1886
参赛次数 0
文章发表 6
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

#include<iostream>

#include<cstdio>

using namespace std;

int main()

{

    int k, n;

    double p,pro, total = 0;

    cin >> k >> n >> p;

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

    {

        total = total + k;

        total = total * (1 + p);

    }

   pro=(total - n * k-0.005);

   printf("%.2f", pro);

    return 0;

}

不过为啥这会四舍五入啊?????

 

0.0分

0 人评分

  评论区

  • «
  • »