class Program { static void Main(string[] args) { string n = Console.ReadLine(); string m = Console.ReadLine(); Console.WriteLine("Yes"); } }