using System;
public class Program
{
public static void Main()
int x=125;
int y=75;
Console.WriteLine(x>20 && y<100 && x<100 && y>20);
}