i=int(input());j=' #'*(i-1);z=' '+' ##'*i;y='\n #'+j;x='\n#'+j;print z+y+3*x+y+'\n'+z
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page