Run ID:140881

提交时间:2025-12-20 14:13:26

a=[1,1,2] x=0 s=0 n=int(input()) for i in range(n): x=a[-1]/a[-2] s=s+x a.append(a[-1]+a[-2]) print(s)