A Pythagorean triplet is a set of three natural numbers, a < b < c, for which,
There exists exactly one Pythagorean triplet for which a + b + c = 1000.
Find the product abc.
You can find the algorithm to solve this challenge inside challenge.cpp
Click here to see the result!
Result is: 31,875,000