Bisection by r3d

<? while($l=fgets(STDIN)){$s=strlen($l);echo(substr($l,0,$s/2)." ".substr($l,$s/2,$s/2))."\n";}

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

download

return to the top page