曹文信息在线OJ
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
Login
Register
1023: 【数组】【选择排序】C语言程序设计教程(第三版)课后习题7.2
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:259
Solved:9
Submit
Submit Record
Statistics
Web Board
ShowOff!
Description
用选择法对10个整数从小到大排序。
Input
10个整数
Output
排序好的10个整数
Sample Input
Copy
4 85 3 234 45 345 345 122 30 12
Sample Output
Copy
3 4 12 30 45 85 122 234 345 345
Source/Category
初级B