A Pythagorean triplet is a set of three natural numbers, a<b<c, for which,
For example, 32+42=9+16=25=52.
There exists exactly one Pythagorean triplet for which a+b+c=1000.Find the product abc.
一个毕达哥拉斯三元组由三个自然数 a<b<c 组成,满足:
例如,32+42=9+16=25=52.
恰存在一个毕达哥拉斯三元组使得 a+b+c=1000。求 abc 这个乘积的值。
点 这个链接 回到源站。
点 这个链接 回到详细版题目目录。