PROGRAMMING:Test c++
Output n integers input from the console in reverse order
###Input format:
Enter a number N in the first line to represent the number of lines
Enter n integers in turn
###Output format:
Output n integers in reverse order
###Input example:
```in
three
1 2 3
```
###Output example:
```out
three hundred and twenty-one
```
answer:If there is no answer, please comment
###Input format:
Enter a number N in the first line to represent the number of lines
Enter n integers in turn
###Output format:
Output n integers in reverse order
###Input example:
```in
three
1 2 3
```
###Output example:
```out
three hundred and twenty-one
```
answer:If there is no answer, please comment