FF PP ZZ by 51b

-module f.
-export[m/0].
m()->{_,[N]}=io:fread('',"~d"),L=lists:seq(1,N-1),[[io:format("~3.*B",[N,X*Y])||X<-L]<io:nl()||Y<-L].

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

download

return to the top page