using C=System.Console;class M{static void Main(){for(int i=0;;)C.Write("0*12345"[i+=44-C.Read()]);}}