2017年3月20日

Project Euler Problem 13 Large sum

摘要: Large sumProblem 13Work out the first ten digits of the sum of the following one-hundred 50-digit numbers.3710728753390210279879799822... 阅读全文

posted @ 2017-03-20 23:50 海岛Blog 阅读(114) 评论(0) 推荐(0) 编辑

Project Euler Problem 13 Large sum

摘要: Large sumProblem 13Work out the first ten digits of the sum of the following one-hundred 50-digit numbers.3710728753390210279879799822... 阅读全文

posted @ 2017-03-20 23:50 海岛Blog 阅读(177) 评论(0) 推荐(0) 编辑

Project Euler Problem 12: Highly divisible triangular number

摘要: Highly divisible triangular numberProblem 12The sequence of triangle numbers is generated by adding the natural numbers. So the 7th tr... 阅读全文

posted @ 2017-03-20 22:17 海岛Blog 阅读(162) 评论(0) 推荐(0) 编辑

Project Euler Problem 12: Highly divisible triangular number

摘要: Highly divisible triangular numberProblem 12The sequence of triangle numbers is generated by adding the natural numbers. So the 7th tr... 阅读全文

posted @ 2017-03-20 22:17 海岛Blog 阅读(145) 评论(0) 推荐(0) 编辑

Project Euler Problem 11: Largest product in a grid

摘要: Largest product in a gridProblem 11In the 20×20 grid below, four numbers along a diagonal line have been marked in red.08 02 22 97 38 ... 阅读全文

posted @ 2017-03-20 20:40 海岛Blog 阅读(124) 评论(0) 推荐(0) 编辑

Project Euler Problem 11: Largest product in a grid

摘要: Largest product in a gridProblem 11In the 20×20 grid below, four numbers along a diagonal line have been marked in red.08 02 22 97 38 ... 阅读全文

posted @ 2017-03-20 20:40 海岛Blog 阅读(148) 评论(0) 推荐(0) 编辑

Project Euler Problem 10: Summation of primes

摘要: Summation of primesProblem 10The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.Find the sum of all the primes below two million.C++... 阅读全文

posted @ 2017-03-20 01:16 海岛Blog 阅读(105) 评论(0) 推荐(0) 编辑

Project Euler Problem 10: Summation of primes

摘要: Summation of primesProblem 10The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.Find the sum of all the primes below two million.C++... 阅读全文

posted @ 2017-03-20 01:16 海岛Blog 阅读(95) 评论(0) 推荐(0) 编辑

Project Euler Problem 9: Special Pythagorean triplet

摘要: Special Pythagorean tripletProblem 9A Pythagorean triplet is a set of three natural numbers,a using namespace std;int main(){ int n... 阅读全文

posted @ 2017-03-20 00:09 海岛Blog 阅读(114) 评论(0) 推荐(0) 编辑

Project Euler Problem 9: Special Pythagorean triplet

摘要: Special Pythagorean tripletProblem 9A Pythagorean triplet is a set of three natural numbers,a using namespace std;int main(){ int n... 阅读全文

posted @ 2017-03-20 00:09 海岛Blog 阅读(109) 评论(0) 推荐(0) 编辑

导航