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

PROGRAMMING:Memory request (anonymous variable)

Luz5年前 (2021-05-10)题库384
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