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

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

Luz5年前 (2021-05-10)题库346
Sort all characters in a string from small to large.
###Input format:
Enter a string less than 20 in length on one line. Do not use line breaks, tabs in strings.
###Output format:
Output the sorted string directly.
###Input example:
```in
asdfg
```
###Output example:
```out
adfgs
```






answer:If there is no answer, please comment