给定 nnn 个数据,请按照输入顺序倒序输出这些数据;
第一行给定一个整数 n(1<n≤105)n(1<n\leq 10^5)n(1<n≤105),表示数字的个数;
第二行给定 nnn 个空格隔开的整数 ai(1<ai≤109)a_i(1<a_i\leq 10^9)ai(1<ai≤109),表示每一个数字,最终请倒序输出它们。
倒序输出这些数据。
3 3 4 5
5 4 3
5 3 4 10 7 8
8 7 10 4 3
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.
Using your Hydro universal account