print_string (Scanf.scanf "%d %d" (fun n p -> if p == n * p then "=" else "!="));;