let () = Scanf.scanf "%d %d\n" @@ fun n p -> Printf.printf "%s\n" (if p = n * p then "=" else "!=")