using System;
public class Program
{
public static void Main(string[] args)
unchecked
Console.WriteLine(int.MinValue * -1 == int.MinValue);
}