create table by pooq

string s;int r=stdin;for(int x=1;x<=r;++x,write(s),s='')for(int y=1;y<=r;++y)s+=x>1&&x<r&&y>1&&y<r?"0":"1";

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

download

return to the top page