N = sorted(list(input()), key=lambda x: -int(x)) print("".join(N))