var c:char;n:byte;begin repeat read(c);n:=n+ord(c='"');write(c:ord((c<>^`)|odd(n)))until 1=0end.