数组1 倒序输出
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<=500)
样例输入
6
3 1 4 1 5 9
样例输出
9 5 1 4 1 3
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<=500)
6
3 1 4 1 5 9
9 5 1 4 1 3
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.