using System; namespace No272_1{ public class Program{ public static void Main(string[] args){ Console.WriteLine(new Random().Next(2)); } } }