Ordering
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
A string of lowercase Latin letters is given. Print all its letters in alphabetical order (in ascending order of ASCII codes).
Input
One line consisting of no more than 200 lowercase Latin letters.
Output
Print all letters of the string in alphabetical order.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 77%