N = input() ans = sorted(list(N), reverse=True) print(*ans, sep='')