Fibonacci sequence
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
One integer is given. Print first elements of the Fibonacci sequence:
,
,
Input
One integer .
Output
Print first elements of the Fibonacci sequence, each in a separate line.
Examples
Input #1
Answer #1
Submissions 2K
Acceptance rate 60%