在 线 评 测 系 统
Toggle navigation
HNUAHE-OJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem1141--选择法排序
1141: 选择法排序
[Creator :
]
Time Limit :
1.000
sec
Memory Limit :
128 MiB
Submit
Solved: 74
Submit Num: 139
Statistics
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
admin