-->
当前位置:首页 > 题库

PROGRAMMING:Sort all the characters in the string from small to large

Luz5年前 (2021-05-10)题库446
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