Home
ProblemSet
Contest
Status
Ranklist
F.A.Qs
Login
Register
1486: 【Python】输入三个字符串,按由小到大的顺序输出
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:7
Solved:5
Submit
Submit Record
Statistics
Web Board
ShowOff!
Description
输入三个字符串,按由小到大的顺序输出
Input
3行字符串
Output
按照从小到大输出成3行
Sample Input
Copy
cde afg abc
Sample Output
Copy
abc afg cde
Source/Category
Python
字符串