10615: b1006

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:0

Description

用函数实现用选择法对10个整数按降序排列,输出排序结果。

Sample Input Copy

1 3 4 2 5 6 8 7 9 2

Sample Output Copy

9 8 7 6 5 4 3 2 2 1

HINT

注意判断整数的大小相同时的情况