Run ID:93707
提交时间:2024-10-19 09:34:59
a=1 b=2 res=0 n=int(input()) for i in range(n): res=res+b/a a,b=b,a+b print("{:.4f}".format(res))