#include int i,j=7,n;main(){std::cin>>n;for(;j--;){if(j%5<2)printf(" ");for(i=n;i--;printf(j%6?i?"# ":"#":" ##"));puts("");}}