5475: 字母排序
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:5
Solved:5
Description
输入4个字母,按照26个字母表的顺序输出它们
Input
一行,26个字母表中的字母,大小写随意
Output
一行,按字母表顺序排序好的字母
Sample Input Copy
b c a d
Sample Output Copy
a b c d