FF PP ZZ by eban

a=1...n=gets.to_i
puts a.map{|x|a.map{|y|"%3s"%(x*y).to_s(n).upcase}*""}

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

download

return to the top page