create table by 51b

-module(t).
-export([m/0]).
m()->{_,[N]}=io:fread('',"~d"),L=lists:seq(1,N),[io:format([3div(I rem N+2)bor 3div(J rem N+2)+48||J<-L]++"
")||I<-L].

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

download

return to the top page