checkers pattern by elb

a,b=map(int,raw_input().split());s="1 0 "*b;exec"print s[:b*2-1];s=s[2:];"*a

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

download

return to the top page