贾博宇 n=int(input('')) num_1=1 num_2=1 c=0 for i in range(3,n+1): num_next=num_+1+num_2 temp=num_1 num_1=num_next num_2=temp print(num_next)