#35354: python ans


1360467-8@g.puiching.edu.mo (三國迷李牧粉)


v=list(map(int,input().strip().split("+")))
v.sort()
print("+".join(str(a) for a in v))