Multiply long version by uru

var s,n:comp;c:char;begin
repeat read(s);repeat read(c,n);s:=s*n;until eoln;writeln(s)until 1=0end.

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

download

return to the top page