Over print by *yuko*

var s,t:string(999);i:word;begin str(s:999,s);repeat readln(t);for i:=1to length(t)do if^`<t[i]then s[i]:=t[i];writeln(trim(s))until 0>0end.

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

download

return to the top page