Problem1900--C二级辅导-选择排序

1900: C二级辅导-选择排序

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1  Solved: 1
[Status] [Submit] [Creator:]

Description

用选择法对10个整数排序。

Sample Input Copy

9 8 7 6 5 4 3 2 1 0

Sample Output Copy

0
1
2
3
4
5
6
7
8
9

Source/Category