let N, _ = stdin.ReadLine () |> (fun l -> l.Split ()) |> (fun arr -> (int arr.[0], arr.[1])) (if N = 1 then "=" else "!=") |> printfn "%s"