
Project Euler Problem
qiemengdao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Project Euler Problem 75
It turns out that 12 cm is the smallest length of wire that can be bent to form an integer sided right angle triangle in exactly one way, but there are many more examples. 12 cm: (3,4,5) 24 cm: (6...原创 2012-01-02 18:18:55 · 107 阅读 · 0 评论 -
Project Euler Problem 76-整数分拆
It is possible to write five as a sum in exactly six different ways: 4 + 1 3 + 2 3 + 1 + 1 2 + 2 + 1 2 + 1 + 1 + 1 1 + 1 + 1 + 1 + 1 How many different ways can one hundred be written as a ...原创 2012-01-02 18:49:41 · 119 阅读 · 0 评论 -
Project Euler Problem 80-高精度开方-牛顿逼近法
It is well known that if the square root of a natural number is not an integer, then it is irrational. The decimal expansion of such square roots is infinite without any repeating pattern at all. T...2012-01-05 12:09:32 · 186 阅读 · 0 评论