n=input()-1 a,b,c=" #\n" print "".join(map(lambda i:[a,a+a,a*3,b,b+b,c][int(i)],"24"+"14"*n+"50"+("3"+"23"*n+"5")*4+"03"+"23"*n+"524"+"14"*n))
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page