E. Математика спешит на помощь

public
yeskendir.sultanov Apr 26, 2024 Never 83
Clone
1
s = sorted(input().split('+'))
2
print('+'.join(s))