Problem1209--字母排序

1209: 字母排序

[Creator : ]
Time Limit : 1 sec  Memory Limit : 128 MB

Description

给你一个字符串,请以字母序排序。

Input

多组数据测试,每组数据为一个字符串,占一排。 (只有小写字母)

Output

对于每组测试数据,输出对应结果。

Sample Input Copy

cdutcm

Sample Output Copy

ccdmtu

Source/Category