Problem2110--Output array in reverse order

2110: Output array in reverse order

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 448  Solved: 22
[Submit] [Status] [Web Board] [Creator:]

Description

This problem requires printing the elements in a dimensional array in reverse order,the length of the array is 5.

Input

A dimensional array

Output

The elements in a dimensional array in reverse order.

Sample Input Copy

1 2 3 4 5

Sample Output Copy

5 4 3 2 1

Source/Category

152