27c3_Generate C by 27c3rabozacherl

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

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

download

return to the top page