1318: 排序test

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

Description

长度为n的数组a,从小到大排序

Input

2
2 1

Output

1 2

Sample Input Copy

2
2 1 

Sample Output Copy

1 2

HINT

n<=1e7
1<=ai<=1000