s=raw_input();n=len(s)+2;t=n/5*('|'+' '*n+'|\n');print' '+'_'*n+'\n/'+' '*n+'\\\n'+t+'| %s |\n'%s+t+'\\'+'_'*n+'/'
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page