Problem1289--排序练习

1289: 排序练习

[Creator : Imported]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

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

Input

  第1行:1个整数n

  第2行:n个整数,空格隔开,均在整型范围内。

Output

  一行:n个整数

Sample Input Copy

5
1 2 3 4 5

Sample Output Copy

5 4 3 2 1

HINT

参考程序:


Source/Category

Please give us a Star @HUSTOJ Github!

欢迎关注微信公众号onlinejudge