Double Parity Vertical Redundancy Check by ASAQ

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"));}}

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

download

return to the top page