Toggle navigation
CGOJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Language
中文
ئۇيغۇرچە
English
فارسی
ไทย
한국어
Problem4522--三数排序
4522: 三数排序
[Creator :
]
Time Limit :
1.000
sec
Memory Limit :
128 MiB
Submit
Solved: 0
Submit Num: 1
Statistics
ShowOff!
Description
给定三个整数,请以从小到大的顺序输出。
Input
三个整数:
lns="http://www.w3.org/1998/Math/MathML">
a
a
,
lns="http://www.w3.org/1998/Math/MathML">
b
b
,
lns="http://www.w3.org/1998/Math/MathML">
c
c
。
−
1
0
0
0
≤
a
,
b
,
c
≤
1
0
0
0
。
Output
三个整数:在一行内,数字之间用单个空格分隔。
Sample Input
Copy
6 4 2
Sample Output
Copy
2 4 6
Source/Category
分支结构