inputs = gets.split(" ") steps = inputs[0].to_i steps_per_floor = inputs[1] puts (steps / steps_per_floor + 1)