第三章 7-10 字符串排序

s=input().split()
s=sorted(s)
print('After sorted:')
for i in s:
    print(i)
上一篇:P1327 数列排序


下一篇:hydra用法