9. Special Pythagorean Triplet

A Pythagorean triplet is a set of three natural numbers, a<b<c, for which,

a2+b2=c2.

For example, 32+42=9+16=25=52.

There exists exactly one Pythagorean triplet for which a+b+c=1000.
Find the product abc.

9. 特殊的毕达哥拉斯三元组

一个毕达哥拉斯三元组由三个自然数 a<b<c 组成,满足:

a2+b2=c2.

例如,32+42=9+16=25=52.

恰存在一个毕达哥拉斯三元组使得 a+b+c=1000
abc 这个乘积的值。


这个链接 回到源站。

这个链接 回到详细版题目目录。