27c3_Generate C by 27c3inkOne

i=input()
n="\n"
l=" "
a=l+"  ##"*i
b="#"+"   #"*(i-1)+n
print a+n+l+b*4+l+b+a

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

download

return to the top page