27c3_Generate C by 27c3-albert-py8

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