using System;
public class Program
{
public static void Main()
Console.WriteLine(Convert.ToInt32(true)?1:0);
}