Run ID:98974

提交时间:2024-11-23 20:21:46

n=int(input) def a (n): if n <=2: return 1 eles: return a(n-1)+a(a-2) print(a(n))