public class Standard
{
   public static void main (String args[])
   {
	System.out.println("Titel");
   }
System.exit(0);
}