PROGRAMMING:Nameless array
Input 10 integers and output in reverse order( Do not define the array, using dynamic memory implementation)
###Input example:
```in
1 2 3 4 5 6 7 8 9 10
```
###Output example:
```out
10 9 8 7 6 5 4 3 2 1
```
answer:If there is no answer, please comment
###Input example:
```in
1 2 3 4 5 6 7 8 9 10
```
###Output example:
```out
10 9 8 7 6 5 4 3 2 1
```
answer:If there is no answer, please comment