考级202209-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.
题目描述
依次输入3个整数a、b、c,将他们从小到大的顺序输出。
输入格式
一行3个整数a、b、c,以空格分隔。 0 < a,b,c < 10^8
输出格式
一行3个整数,即将a、b、c从小到大排序的3个整数,整数之间以一个空格分隔。
输入样例数据 1
10 5 20
输出样例数据 1
5 10 20
数据范围与提示
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