using System; public class Yuki337 { static void Main(string[] _) { Console.Write(int.Parse(Console.ReadLine().Split()[0]) == 1 ? "=" : "!="); } }