3495: 排序练习

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

Description

[md] 输入整数n及n个整数,排序后输出。(1<=n<=5000) [/md]

Sample Input Copy

5
1 2 3 4 5

Sample Output Copy

5 4 3 2 1