Problem2336--排序

2336: 排序

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

Description



Input

第一行输入一个整数n,代表有n个数字。
第二行输入n个数字x。
数据范围:1≤n≤103;1≤x≤103

Output

按照题目要求输出n个整数。

Sample Input Copy

2
1 2

Sample Output Copy

1 2

HINT


Source/Category

admin