using C=System.Console;class H{static void Main(){string s=C.In.ReadToEnd();int p=s[3]>48?79:s[19]<49?19:67;C.Write(s.Remove(p,1).Insert(p,"1"));}}