随笔分类 -  【动态规划】

上一页 1 ··· 6 7 8 9 10
摘要:P1962 斐波那契数列 P1962 斐波那契数列 P1962 斐波那契数列 题目背景 大家都知道,斐波那契数列是满足如下性质的一个数列: • f(1) = 1 • f(2) = 1 • f(n) = f(n-1) + f(n-2) (n ≥ 2 且 n 为整数) 题目描述 请你求出 f(n) mo 阅读全文
posted @ 2017-07-17 07:38 Echo宝贝儿 阅读(401) 评论(0) 推荐(0)
摘要:Computer HDU - 2196 Computer A school bought the first computer some time ago(so this computer's id is 1). During the recent years the school bought N 阅读全文
posted @ 2017-06-10 17:58 Echo宝贝儿 阅读(185) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10