create table by uru

var i,j,n:word;begin
read(n);for i:=1to n do for j:=1to n do write(ord([1,n]*[i,j]<>[]),^j:j div n)end.

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

download

return to the top page