2017年3月29日

Project Euler Problem 38 Pandigital multiples

摘要: Pandigital multiplesProblem 38Take the number 192 and multiply it by each of 1, 2, and 3:192 × 1 = 192192 × 2 = 384192 × 3 = 576By con... 阅读全文

posted @ 2017-03-29 22:01 海岛Blog 阅读(192) 评论(0) 推荐(0) 编辑

Project Euler Problem 104 Pandigital Fibonacci ends

摘要: Pandigital Fibonacci endsProblem 104The Fibonacci sequence is defined by the recurrence relation:Fn = Fn−1 + Fn−2, where F1 = 1 and F2... 阅读全文

posted @ 2017-03-29 11:38 海岛Blog 阅读(211) 评论(0) 推荐(0) 编辑

Project Euler Problem 32 Pandigital products

摘要: Pandigital productsProblem 32We shall say that an n-digit number is pandigital if it makes use of all the digits 1 ton exactly once; f... 阅读全文

posted @ 2017-03-29 06:38 海岛Blog 阅读(214) 评论(0) 推荐(0) 编辑

导航