Run ID:85566
提交时间:2024-07-18 13:59:23
n = int(input()) a = 1 b = 2 for x in range(n-2): c = a +b a = b b = c print(c)