0%

Problem 142


Problem 142


Perfect Square Collection

Find the smallest x + y + z with integers x > y > z > 0 such that x + y, x - y, x + z, x - z, y + z, y - z are all perfect squares.


完全平方数收集

找出最小的x + y + z的值,其中正整数x > y > z > 0满足x + y, x - y, x + z, x - z, y + z, y - z 均为完全平方数。