


The first line contains an integer N representing the size of the array.
The second line contains N space-separated integers representing the elements of the array.
The only line of the output prints N space-separated integers representing the Reversed array elements.
1 <= N <= 10^3
1 <= arr[i] <= 10^9
1 <= K < N