11259: 11 排序

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

Description

输入9个数并按照升序排序输出

Input

输入9个数

Output

输出排序后的结果

Sample Input Copy

7 1 9 8 6 3 5 4 2

Sample Output Copy

1 2 3 4 5 6 7 8 9