input = gets.split(" ").map(&:to_i) sum = 1 puts (sum + input[0] / input[1])