2017 - 降序输出
Time Limit : 1 秒
Memory Limit : 128 MB
输入3个整数,降序排序并输出
Input
一行,三个整数
Output
三行,每行一个整数,中间用空格隔开
Examples
Input
1 2 3
Output
3 2 1