Type: Default 1000ms 256MiB

倒序输出

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

已知n个数,把这n个数倒过来输出。
输入:第一行为n,第二行为n个数
输出:把n个数倒过来输出(数之间用一个空格隔开)

输入格式

4
1 2 5 3

输出格式

3 5 2 1

样例

提示

n<=10000;

一维数组

Not Claimed
Status
Done
Problem
7
Open Since
2025-2-19 0:00
Deadline
2025-2-27 23:59
Extension
24 hour(s)