Files
CodeObject/zeta/py/completed/1427.py
2025-05-07 04:44:30 +09:00

1 line
57 B
Python

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