题解 | #牛牛学数列2#

牛牛学数列3

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

import java.util.*;

public class Main{
    public static void main(String[] args)throws Exception{
        Scanner sc = new Scanner(System.in);
        int n = sc.nextInt();
           System.out.printf("%.3f",sum(n));
    }
    
    public static double sum(int n){
        double sum = 0;
        double sum_total = 0;
        int c = -1;
       for(int i = 1; i <= n; i++){
           c *= -1;
          sum += (2 * i - 1) * c;
          sum_total += 1.0 / sum;
       }
        return sum_total;
    }
}
全部评论

相关推荐

听说改名字就能收到offer哈:Radis写错了兄弟
点赞 评论 收藏
分享
HNU_fsq:建议直接出国,这简历太6了。自愧不如
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务