import std.stdio;import std.array;void main(){write(join(split(readln(),"").sort));}