Toggle navigation
Home
Problems
Status
Ranklist
Contests
OSC
FAQ
[Sign In]
[Sign Up]
C语言程序设计教程(第三版)课后习题7.2
Time Limit
1s
Memory Limit
131072KB
Judge Program
Standard
Ratio(Solve/Submit)
57.37%(
712
/
1241
)
Description:
用选择法对10个整数从小到大排序。
Input:
10个整数
Output:
排序好的10个整数
Sample Input:
4 85 3 234 45 345 345 122 30 12
Sample Output:
3 4 12 30 45 85 122 234 345 345
Submit
Compiler
C
C++
Java
Python2
Python3
Use advanced editor
Code