Skip to content
C

Reverse an Array

Easyjavapythonccppjavascript

Given an array of N integers, reverse the order of its elements.

Input Format

The first line contains an integer N. The second line contains N space-separated integers.

Output Format

Print the N elements in reverse order, separated by single spaces, on one line.

Input (stdin)

Output

Run your code to see output here...