私信TA
用户名:dzc21
访问量:55511
签 名:
CSDN博客:http://blog.csdn.net/qq_38712932
自我简介:
CSDN博客:http://blog.csdn.net/qq_38712932 个人博客:http://www.eternallyc.top/blog/index
作者: Agony 发表时间:2017-07-27 11:01:20 浏览:693 | 评论:0
解题思路:注意事项:参考代码:
#include <cstdio>
#define maxn 1000005
int i[maxn];
int main()
{
int n;
scanf("%d",&n);
int i=1,j=2,t;
float sum=0;
for(int a = 1;a <= n;a ++)
sum+=j*1.0/i;
t=i+j;
i=j;
j=t;
}
printf("%.2f",sum);
return 0;
0.0分
0 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧