using C=System.Console;class M{static void Main(){for(int i=0,b;(b=C.Read())>10;i++)C.Write(b<101?"\n"+new string('.',--i)+"#":"#");}}