# split strings s = sorted(list(input().split())) print(''.join(s))
In:5 4 3 2 1 Out:12345
以上就是寂寞小天鹅最近收集整理的关于输入字符串分割的全部内容,更多相关输入字符串分割内容请搜索靠谱客的其他文章。
发表评论 取消回复