delete words by hiro.suzuki 

R=raw_input
w=R()
exec'S=R()'+'+"\\n"+R()'*11
for n in 13,1,12,1:S=(n*S)[::-n].replace(w," "*len(w))
print S

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

download

return to the top page