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