#910. [基础]三数排序
[基础]三数排序
No submission language available for this problem.
Background
Special for beginners, ^_^
Description
输入三个整数 a, b, c 。将它们从大到小进行输出。
Format
Input
一行三个整数
Output
一行从大到小的整数。
Samples
1 2 3
3 2 1
2 1 3
3 2 1
1 1 3
3 1 1
Limitation
1s, 1024KiB for each test case.
Related
In following contests: