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