27c3_Generate C by inkOne

i,r,s,n=int(raw_input())-1,"#"," "*3,"\n"
w=s+r
a=s+2*r+("  "+2*r)*i
b=" "+r+w*i+n
c=r+w*i+n
print a+n,b,c*3,b,a

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

download

return to the top page