반응형
https://www.acmicpc.net/problem/1427
# @Author YoungMinKim
# baekjoon
num = list(input())
result = sorted(num,reverse=True)
result2=''.join(result)
print(int(result2))
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 10926 (0) | 2020.09.05 |
---|---|
baekjoon - python - 10828 (0) | 2020.09.05 |
baekjoon - python - 10886 (0) | 2020.09.03 |
baekjoon - python - 10872 (0) | 2020.09.02 |
baekjoon - python - 10871 (0) | 2020.09.02 |
댓글