let () =
  let n, p = Scanf.scanf "%d %d " (fun n p -> n, p) in
  print_endline @@ if p = n*p then "=" else "!="