第32962题 程序题
字符串去重并按ASCII码升序排序

题目要求

输入一串只包含小写字符的字符串,将所有的字符按照ASCII码值从小到大的顺序进行输出,重复的字符只输出一次。

输入描述

一行,包含一个字符串。

输出描述

输出排序后的结果,重复的字符只输出一次。

输入样例

honorificabilitudinitatibus

输出样例

abcdfhilnorstu
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
编辑模式
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析