stable partition by hirose

s=raw_input();x=[""]*3
for i in s:x[cmp(i,s[0])]+=i
print x[2]+x[0]+x[1]

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page