PROGRAMMING:Reverse sequence

###Input example:
Here is a set of inputs. For example:
```in
twelve
36 74 20 96 21 48 99 68 84 81 34 53
```
###Output example:
The corresponding output is given here. For example:
```out
53 34 81 84 68 99 48 21 96 20 74 36
```
answer:If there is no answer, please comment
###Input example:
Here is a set of inputs. For example:
```in
twelve
36 74 20 96 21 48 99 68 84 81 34 53
```
###Output example:
The corresponding output is given here. For example:
```out
53 34 81 84 68 99 48 21 96 20 74 36
```
answer:If there is no answer, please comment