using C=System.Console;class F{static void Main(){for(int c;(c=C.Read())>0;)C.Write(c==10?(char)c:'0');}}