关于斐波那契数列的题目

关于斐波那契数列的题目

也就是这个网站的第2题

http://projecteuler.net/index.php?section=problems&id=2

原文是
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be:

1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ...

Find the sum of all the even-valued terms in the sequence which do not exceed one million.

我理解是对斐波那契数列中小于 1000000 的值求和。

[Copy to clipboard] [ - ]
even-valued 是偶数啊, 你应该完成了吧
嗯,读题读错了
要 是你觉得对题目理解有疑问,可以直接MESSAGE我,不用给R币。

呵呵,碰到客气的人,发财了。
插一脚,我的代码。

[Copy to clipboard] [ - ]