C++ Buổi 06_Bài 02.N số Fibo đầu tiên.


Submit solution

Points: 10 (partial)
Time limit: 2.0s
Memory limit: 20M
C++03 2M
C++11 2M

Author:
Problem type

Nhập 1 số nguyên dương N> bạn hãy in N số Fibo đầu tiên và mỗi số sẽ được in trên 1 hàng.

Input Format

Nhập 1 số nguyên dương.(1 ≤ N ≤ 93).

Output Format

In ra kết quả của bài toán.

Ví dụ:

Dữ liệu vào:
4
Dữ liệu ra:
0
1
1
2

Comments

There are no comments at the moment.

Zalo