27c3_Generate C by garbos

n=input()
b="#"+"   #"*~-n+"\n"
a=" "+"  ##"*n+"\n"
print a,"",4*b,"",b+a

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

download

return to the top page