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