Problem1525--sort排序

1525: sort排序

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

输入n个正整数,然后把这n个正整数从小到大输出

Input

一个n

Output

n个从小到大排序的数

Sample Input Copy

5
5 4 3 2 1

Sample Output Copy

1 2 3 4 5

Source/Category

排序