解题思路:

注意事项:

参考代码:

n = int(input())

t = 1

for i in range(2,n+1):

    t -= 1/(i*i)

print('%.6f'%t)


 

0.0分

2 人评分

  评论区

  • «
  • »