N=int(input())a=1b=1for i in range (3,N+1) : c = a + b a = b b = cprint (c)
7
13
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!