public class Program {
public static void Main() {
System.Console.WriteLine(default(string) is string);
}