【常规】斐波那契数列(简单版)
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Background
斐波那契数列是一种大家所熟知的数列
Description
对于斐波那契数列,我们知道有
$$F_0=0, F_1=1, F_n = F_{n-1} + F_{n-2} \ \ (n \geq 2) $$在很多情况下,假定 对 所有整数 成立,是很方便的
对于给出的 ,请求出 的值。这个数可能很大,因此你只需要输出 的值
Format
Input
第一行一个整数 ,代表所求斐波那契数列的项数
Output
第一行一个整数,代表 的值
Samples
5
5
-2
-1
Notes
【思考】能否用 表示 ?
【重要】初步了解 OJ
- Status
- Done
- Rule
- IOI
- Problem
- 5
- Start at
- 2024-9-8 12:30
- End at
- 2024-11-30 20:30
- Duration
- 2000 hour(s)
- Host
- Partic.
- 89