n=input()-1 a=" ##\n " for c in "H"+"I"*n+"]"+("C"+"@"*n+"U")*4+"B"+"@"*n+"UH"+"I"*n:i=ord(c)-32;a+=a[i&7:i>>3] print a[7:]
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page