import sys for line in sys.stdin: a = line.split() a=list(a[0]) b=sorted(a) print(*b,sep="")
暂无评论,快来抢首评~
相关推荐