#C1003. 3个数排序
3个数排序
Background
Special for beginners, ^_^
Description
输入三个数,输出它们从小到大排序后的情况
Format
Input
输入3个数字
Output
输出排序后的状态,数字用空格隔开
Samples
5 2 4
2 4 5
Limitation
1s, 1024KiB for each test case.
Special for beginners, ^_^
输入三个数,输出它们从小到大排序后的情况
输入3个数字
输出排序后的状态,数字用空格隔开
5 2 4
2 4 5
1s, 1024KiB for each test case.