백준 풀이

백준 1427번 파이썬

ag2개발자 2022. 8. 25. 23:32
a=input()
a=list(a)
a.sort(reverse=True)
print(int("".join(a)))