摘要: 题目链接:http://poj.org/problem?id=3070In the Fibonacci integer sequence,F0= 0,F1= 1, andFn=Fn− 1+Fn− 2forn≥ 2. For example, the first ten terms of the Fi... 阅读全文
posted @ 2015-04-07 22:56 huangxf 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1757Lele now is thinking about a simple function f(x).If x = 10 f(x) = a0 * f(x-1) + a1 * f(x-2) + a2 *... 阅读全文
posted @ 2015-04-07 22:44 huangxf 阅读(227) 评论(0) 推荐(0) 编辑