STRING by recursive

while 1:input();r=raw_input();i=input();print-i*r[::-1]+r*i

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

download

return to the top page