phyllis


私信TA

用户名:dotcpp0775003

访问量:373

签 名:

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

  自我简介:

TA的其他文章


参考代码:

#include<stdio.h>


int main()

{

    int x,n;//x为基期,n为年数

    //int r=0.001;

    double now,temp=1;

    double r=1.001;

    scanf("%d %d",&x,&n);

    

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

    {

        temp=temp*r;

    }

    now=x*temp;

   

    printf("%.4lf\n",now);

    return 0;

}


 

0.0分

0 人评分

  评论区

  • «
  • »