27c3_Generate C by fooker

i=int(raw_input())-1
v="   #"
a=v*i
b=v+"#"+"  ##"*i+"\n"
x="#"+a+"\n"
y=" "+x
print b,y,x*3,y,b

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

download

return to the top page