using C=System.Console;class P{static void Main(){foreach(var c in C.In.ReadToEnd())C.Write(c=='\n'?c:'0');}}