题目呢,公式呢,你不放正确的公式,让我们从你这个鬼代码里猜公式吗
n = int(input()) a = round((((1+5**0.5)/2)**n-((1-5**0.5)/2)**n)/(5**0.5)) print(a)