输入字符串分割 # split stringss = sorted(list(input().split()))print(''.join(s)) Other 2023-12-04 156 点赞 2 评论 236 浏览