PROGRAMMING:Sort all the characters in the string from small to large
Input a string, sort the characters from small to large, and then output.
###Input format:
Enter a string no longer than 20.
###Output format:
Sort the characters from small to large and output them.
###Input example:
```in
Here is a set of inputs. For example:
defgacb
```
###Output example:
```out
The corresponding output is given here. For example:
abcdefg
```
answer:If there is no answer, please comment
###Input format:
Enter a string no longer than 20.
###Output format:
Sort the characters from small to large and output them.
###Input example:
```in
Here is a set of inputs. For example:
defgacb
```
###Output example:
```out
The corresponding output is given here. For example:
abcdefg
```
answer:If there is no answer, please comment