class Ex
{
	public static void main(String ex[])
	{
	System.out.println("HELLO");
	}
}
