Problem5750--【C语言训练】排序问题<2>

5750: 【C语言训练】排序问题<2>

Time Limit: 1.000 Sec  Memory Limit: 128 MB
Submit: 6  Solved: 7
[Submit] [Status] [Web Board] [Creator:]

Description

将十个数进行从大到小的顺序进行排列


Input

十个整数


Output

以从大到小的顺序输出这个十个数


Sample Input

1 2 3 4 5 6 7 8 9 10

Sample Output

10 9 8 7 6 5 4 3 2 1

Source/Category

 

[Submit] [Status]