FF PP ZZ by primo

<?for(;++$i<$n+=fgets(STDIN);print"
")for($j=0;++$j<$n;printf("%3s",strtoupper(base_convert($i*$j,10,$n))));

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

download

return to the top page