arr=list(input())
a2=sorted(arr,reverse=True)
print(''.join(a2))
'알고리즘 > 백준' 카테고리의 다른 글
백준-1697번(숨바꼭질)-python3 (0) | 2023.11.24 |
---|---|
백준-1654번(랜선 자르기)-python (0) | 2023.11.24 |
백준-1330번(두 수 비교하기)-python3 (0) | 2023.11.24 |
백준-1316번(그룹 단어 체커)-python3 (0) | 2023.11.24 |
백준-1260번(dfs와 bfs)-python3 (0) | 2023.11.24 |