s=input() print(''.join(map(str, sorted([int(x) for x in s]))))