let () = let a, b = Scanf.scanf "%d %d " (fun a b -> a, b) in if b mod a = 0 then Printf.printf "%d\n" (b / a) else print_endline "NO"