n= input() lis = sorted(n) lis.reverse() print("".join(lis))