function p9()
for a ∈ 1:999
for b ∈ 1:999
= 1000 - a - b
c >= 1 || continue
c ^2 + b^2 == c^2 || continue
areturn a, b, c
end
end
end;
p9()
(200, 375, 425)