标签:
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.
标签:
原文地址:http://blog.csdn.net/zhangzhengyi03539/article/details/43164593