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

PROGRAMMING:Test c++

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