题解 | #牛牛学数列3#

牛牛学数列3

https://www.nowcoder.com/practice/f65c726d081c4160a9356eabf0dc21d9

#include <stdio.h>
#include <math.h>

int main() {

    int n = 0;//定义项数
    scanf("%d", &n);
    int i = 0;//遍历
    int x = 1;
    int t = 0;
    double sum = 0;
    for (i = 1; i <= n; i++)//项数
    {
       t += (2*i-1)*x;
       sum += 1.0/t;
       x = -x;
    }
    printf("%.3lf\n", sum);
    return 0;
}




C语言基础 文章被收录于专栏

里面较为详细的介绍了c语言的相关用法和有关题目。

全部评论

相关推荐

11-24 11:23
门头沟学院 C++
点赞 评论 收藏
分享
一名愚蠢的人类:多少games小鬼留下了羡慕的泪水
投递荣耀等公司10个岗位
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务