Problem hidden
|This problem was hidden by Editorial Board member probably because it has incorrect language|version or invalid test data, or description of the problem is not clear.|

HVTFIBO - Số fibonaci

Dãy fibonaci là dãy số thỏa mãn điều kiện sau:
F1 = F2 = 1
Fi = F(i-1) + F(i-2) với i >= 3
Ví dụ:
1 1 2 3 5 8 13 21 34 55 89 ....
Cho số nguyên dương N (1 <= N <= 1000). Hãy tìm số fibonaci thứ N
Input:
8
Output
21

Được gửi lên bởi:Vương Trung Hiếu Nghĩa
Ngày:2015-11-14
Thời gian chạy:1s
Giới hạn mã nguồn:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Ngôn ngữ cho phép:C++ 4.3.2 CPP CPP14 PAS-GPC PAS-FPC

hide comments
2015-11-18 08:36:26
??????????
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.