Dãy fibonacci

View as PDF



Memory limit:
Python 3 16M

Problem types
Points: 100 Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Nhập vào \(n\), in ra \(n\) số fibo đầu tiên.

Dãy Fibonacci \(1, 1, 2, 3, 5, 8, .....\)

Example

Test 1

Input
4
Output
1 1 2 3

Comments

There are no comments at the moment.