考级202209-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.
题目描述
依次输入3个整数a、b、c,将他们以c、a、b的顺序输出。
输入格式
一行3个整数a、b、c,以空格分隔。 0 < a,b,c < 10^8。
输出格式
一行3个整数c、a、b,整数之间以一个空格分隔。
输入样例数据 1
1 2 3
输出样例数据 1
3 1 2
数据范围与提示
0 < a,b,c < 10^8
一级第10轮
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 5
- Start at
- 2023-8-1 9:30
- End at
- 2023-8-20 3:30
- Duration
- 450 hour(s)
- Host
- Partic.
- 14