STRING by aglias

loop{gets;s=gets.chop;n=gets.to_i;puts n>0?s*n:s.reverse*-n}

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

download

return to the top page