STRING by Endres

<?while(fgets(STDIN)){$a=trim(fgets(STDIN));$b=fgets(STDIN);if($b<0)$a=strrev($a);echo str_repeat($a,abs($b)).~\xf5;}

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

download

return to the top page