可丁猫
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
Login
1467: 冒泡排序
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:70
Solved:13
Submit
Submit Record
Statistics
ShowOff!
Description
给定一个长度为十的数组,使用冒泡排序对数组进行升序排列
Input
一个长度为十的数组
Output
升序排列后的数组
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
HINT
微课讲解
Source/Category
函数
排序
Submit
Submit Record
Statistics
ShowOff!