using System;
public class Program
{
static bool test;
public static void Main()
Console.WriteLine(test);
}