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

PROGRAMMING:Nameless array

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