var c:char;n:byte;begin repeat read(c);n:=ord(c='"')xor n;write(c:ord(c>^`)or n)until 0>0end.