var a,b,e:char;begin repeat read(a);if e>#0then a:=^j;write(a:ord(a<>b));b:=a;e:=char(eoln)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