摘要: 时间限制: 1 s 时间限制: 1 s 空间限制: 128000 KB 空间限制: 128000 KB 题目等级 : 钻石 Diamond http://codevs.cn/problem/1200/||https://www.luogu.org/problem/show?pid=1082 题目描述 阅读全文
posted @ 2017-04-06 21:32 Aptal丶 阅读(153) 评论(0) 推荐(0) 编辑
摘要: https://www.luogu.org/problem/show?pid=2626 题目背景 大家都知道,斐波那契数列是满足如下性质的一个数列: • f(1) = 1 • f(2) = 1 • f(n) = f(n-1) + f(n-2) (n ≥ 2 且 n 为整数)。 题目描述 请你求出第n 阅读全文
posted @ 2017-04-06 21:25 Aptal丶 阅读(407) 评论(0) 推荐(0) 编辑