class P{static void Main(){for(int z=180,c;--z>0;)for(c=64;c>10;System.Console.Write((char)++c))c=2*c>z?9:c+2*c/z*32;}}