-->
当前位置:首页 > 题库

PROGRAMMING:Four digits satisfying the square of 3025 = 30 + 25 sum

Luz5年前 (2021-05-10)题库608
A four digit number is just equal to the square of the sum of the first two digits plus the last two digits. Programming can find out all the four digits that meet the requirements. For example: 3025 = (30 + 25) * (30 + 25).
###Output format:
Output all the numbers that meet the conditions in one row, and each number output occupies 5 columns. There are no additional characters.
###Output example:
```out
2025 3025 9801
```






answer:If there is no answer, please comment