using System;using Console;class E{static void Main(){for(int i=51;--i>0;)Write(Math.Sqrt(8*Convert.ToByte(ReadLine(),2)+1)%2==1?1:0);}}