create table by Mark Byers

_=~-input()
a='1\n1'
print'1'*_+a[:_+2]+('0'*~-_+a)*~-_+'1'*_

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

download

return to the top page