n=int(input()) a=1 b=1 for i in range(2,n): if n>=3: t=a+b a=b b=t else: print(1) print(b)
暂无评论,快来抢首评~
相关推荐