【例52.2】 序列倒置
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.
说明
给定一个正整数序列,请将这个序列倒置后输出。
输入格式
输入包括一行,即给定的正整数序列,正整数之间用空格隔开。
总个数不超过 ,每个数的范围在[,]。
输出格式
包括一行,即倒置后的序列。
样例
3 7 2 1
1 2 7 3
周六10:30
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 11
- Start at
- 2023-12-9 10:00
- End at
- 2023-12-9 12:00
- Duration
- 2 hour(s)
- Host
- Partic.
- 2