Scanf.scanf "%d %d" (fun a b -> print_endline @@ if a mod b = 0 then "YES" else "NO")