checkers pattern by chocobi

for(int y=stdin,x=stdin,i;i<y;++i)for(int j;j<x;++j)write((string)AND(i%2<1?j+1:j,1)+(j<x-1?" ":'\n'),none);

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

download

return to the top page