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

PROGRAMMING:Remove duplicate characters

Luz5年前 (2021-05-10)题库402
This problem requires the preparation of procedures, the given string after removing the repeated characters, in accordance with the ASCII sequence of characters from small to large sorted output.
###Input format:
The input is a non empty string (less than 80 characters) ending with carriage return.
###Output format:
Output the result string after de reordering.
###Input example:
```in
ad2f3adjfeainzzzv
```
###Output example:
```out
23adefijnvz
```






answer:If there is no answer, please comment