largest possible number



rb=list(input().strip())

rb.sort(reverse=1)

print(*rb,sep='')


Post a Comment

0 Comments