1456은 굉장히 어렵습니다. 어떻게 저걸 Python으로 해먹죠?

This commit is contained in:
2020-08-07 23:04:40 +09:00
parent 9e0f761ea7
commit 38e8440284
3 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1 @@
for i in sorted(map(int, input()))[::-1]:print(i, end='')