Reverse
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Reverse the array of numbers.
Input
The first line contains the amount of numbers n (1 ≤ n ≤ 900). Each of the next n lines contains one number. All numbers are integers not greater than 10^5
by absolute value.
Output
Print n integers in one line – the reversed array.
Examples
Input #1
Answer #1
Submissions 7K
Acceptance rate 56%