#5673. 数组逆序
数组逆序
Description
给你m个整数,将其逆序输出
Input Format
第一行一个整数m(3 <= m <= 100 ):数的个数 第二行m个整数(空格隔开)(这些数在0-9999999之间)
Output Format
m个整数(空格隔开)
3
1 7 5
5 7 1
Source
数组问题
给你m个整数,将其逆序输出
第一行一个整数m(3 <= m <= 100 ):数的个数 第二行m个整数(空格隔开)(这些数在0-9999999之间)
m个整数(空格隔开)
3
1 7 5
5 7 1
数组问题
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.