System Error
FormatError('config file not found',)
代码
#include <stdio.h>
#include <math.h>
int main()
{
float p,r,n;
r=0.07;
scanf("%f",&n);
p=pow(1+r,n);
printf("%f\n",p);
return 0;
}
信息
- 递交者
- 类型
- 递交
- 题目
- 3.1计算增长百分比
- 题目数据
- 下载
- 语言
- C
- 递交时间
- 2018-07-20 23:05:58
- 评测时间
- 2018-07-20 23:05:58
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes