stable partition by hinoe

main(i){char*p,c;for(;*++p||gets(p=&c)||~i--;)write(1,p,~i?i?*p<c:*p==c:*p>c);}

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

download

return to the top page