#404. [基础]倒序输出
[基础]倒序输出
No submission language available for this problem.
Background
Special for beginners, ^_^
Description
输入 n 个整数,倒序输出它们
Format
Input
第一行一个整数 n ,表示将会输入 n 个整数
第二行有 n 个整数
Output
一行 n 个整数,是输入的倒序
Samples
10
4 6 9 23 45 5 90 123 3 88
88 3 123 90 5 45 23 9 6 4
Limitation
n <= 100;
1s, 1024KiB for each test case.
Related
In following homework: