1371: C++二级辅导-选择排序
          Memory Limit:128 MB
          Time Limit:1.000 S
         
      
      
        
          Judge Style:Text Compare
          Creator:
      
      
          Submit:183
          Solved:112
      
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