Run ID:72325
提交时间:2024-05-04 19:43:29
a = list( input() ) a.sort( reverse = True) print( ''.join(a) )