n = int(input().strip())

r5 = sqrt(5)

npowof2 = 1 << n 

print(int(1 / (r5 * npowof2) * ((1 + r5)**n - (1 - r5)**n)))


예제 답들 제대로 나오는데 왜 안되지