无脑干就完事了

while True:
    try:
        print(''.join(sorted(input())))
    except EOFError: break