using System;
public class Program
{
public static void Main()
string[] htmlAttr = null;
Console.WriteLine(htmlAttr.Length > 0 ? "not empty": "empty");
}