PROGRAMMING:Memory request (anonymous variable)
Read in some integers and output their squares( Without defining integer variable, it is realized by dynamic memory technology.)
###Input example:
```in
1 2 3 4
```
###Output example:
```out
one
four
nine
sixteen
```
answer:If there is no answer, please comment
###Input example:
```in
1 2 3 4
```
###Output example:
```out
one
four
nine
sixteen
```
answer:If there is no answer, please comment