Describe 보나/김민경 here.
~cpp
if __name__ == '__main__':
n=input(' 력')
a,b=0,1
for i in range(n-2):
t=a
a=b
b=a+t
print b
#보나










