考级202206-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.
题目描述
依次输入 4 个整数 a、 b、 c、 d,将他们倒序输出, 即依次输出 d、 c、 b、 a 这 4 个数。
输入格式
一行 4 个整数 a、 b、 c、 d, 以空格分隔。 0 < a,b,c,d < 10^8
输出格式
一行 4 个整数 d、 c、 b、 a, 整数之间以一个空格分隔。
输入样例数据 1
1 2 3 4
输出样例数据 1
4 3 2 1
还有一级(第9轮)
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 5
- Start at
- 2023-7-30 22:15
- End at
- 2023-8-19 2:15
- Duration
- 460 hour(s)
- Host
- Partic.
- 13