Apple Orange Juices






x,y=1,2

for i in range(1,int(input())):

    x,y=y,x+y

print(y)

Post a Comment

1 Comments