Run ID:72323
提交时间:2024-05-04 19:38:20
num=input() ls=[] for i in range(3): ls.append(num[i]) ls.sort(reverse=True) print("".join(ls))