FF PP ZZ by 51b

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

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

download

return to the top page