随笔分类 -  ProjectEuler

Problem 2 : Even Fibonacci numbers
摘要:Problem: Each new term in the Fibonacci sequence is generated by adding the previous two terms.By starting with1and2, the first 10 terms will be: 1,2, 阅读全文

posted @ 2016-11-16 20:26 foundkey 阅读(332) 评论(0) 推荐(0)

Problem 1 : Multiples of 3 and 5
摘要:逛知乎的时候发现的一个网站——projecteuler.net,蛮有意思的一个解题网站,和平常的OJ网站不太一样,只需要提交结果就好了。可以在作工作闲暇之余,练练手。 在这里提交解题过程,一是为了做笔记,二是为了督促自己。 最近正好在学python,就用python解题了。 废话完毕,开始第一题: 阅读全文

posted @ 2016-11-15 12:34 foundkey 阅读(346) 评论(0) 推荐(0)

导航