Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem1569--排序
1569: 排序
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
0
Solved:
0
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
程序读入一个正整数n(0
Input
一个表示个数的正整数n,和n个整数,以空格间隔。
Output
排序后的n的整数,每个整数后面有一个空格。
Sample Input
Copy
6 2 23 54 12 6 8
Sample Output
Copy
2 6 8 12 23 54
Source/Category
73