#按ASCII码排序就是按字典序排序

print("".join(sorted(input())))