Scanf.sscanf (read_line ()) "%d %d" (fun a b -> print_int (b / a + (if b mod a = 0 then 0 else 1)); print_newline () );;