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

PROGRAMMING:Reverse order output

Luz5年前 (2021-05-10)题库406
In the first line, enter n (n < = 100), and then enter n numbers;
Ask you to reverse the output, every two numbers between a space;
###Input format:
In the first line, enter n (n < = 100), and then enter n numbers;
###Output format:
Ask you to reverse the output, every two numbers between a space;
###Input example:
Here is a set of inputs. For example:
```in
three
1 2 3
```
###Output example:
The corresponding output is given here. For example:
```out
3 2 1
```







answer:If there is no answer, please comment