checkers pattern by Carlos Gutierrez

r=read();c=read();for(;r--;m=!m){n=!m;for(i=c;i--;n=!n){if(i>0)print n," "else n};}

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

download

return to the top page