PROGRAMMING:Isomorphic number
A number just appears at the right end of its square number, which is called isomorphic number. Find out all isomorphic numbers between 1 and 1000.
###Output format:
Output all the isomorphic numbers satisfying the conditions in one row, and each number output occupies 6 columns. There are no additional formats and characters.
###Output example:
```out
1 5 6 25 76 376 625
```
answer:If there is no answer, please comment
###Output format:
Output all the isomorphic numbers satisfying the conditions in one row, and each number output occupies 6 columns. There are no additional formats and characters.
###Output example:
```out
1 5 6 25 76 376 625
```
answer:If there is no answer, please comment