Problem1012--排序

1012: 排序

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入一行字符串,对其中的字符按由小到大排序

Input

多行字符串

Output

排序后的字符串

Sample Input Copy

dacx w3
39j

Sample Output Copy

 3acdwx
39j

HINT

多行字符串,可能包含空格

Source/Category

admin