#include #include int main(){int t;std::cin>>t;std::string x="#",y=" ##";for(;t>1;t--){x+=" #";y+=" ##";}x+="\n";std::cout<