10608: a1007

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

Description

编程,将一个长度为10的数组中的数据按从小到大排序,并输出排序结果.

Input


Output


Sample Input Copy

10
9
8
7
6
5
4
3
2
1

Sample Output Copy

1
2
3
4
5
6
7
8
9
10