Run ID:68827
提交时间:2024-03-25 20:57:21
n = list(map(int,list(input()))) n.sort (reverse = True) for i in n: print(i , end ="")