Problem1387--C++二级辅导-选择排序

1387: C++二级辅导-选择排序

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

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