Find the smallest three distinct whole numbers A, B and C such that you can rearrange the digits of A and B to get C^2, the digits of A and C to get B^2, and the digits of B and C to get A^2.
**** Leading zeroes are not allowed.
(In reply to
better algorithm by Steven Lord)
I don't understand computer program language,
What are the three distinct whole numbers A, B, and C?
Edited on December 21, 2023, 4:39 am