input_line = gets input_arr = input_line.split(" ") puts input_arr[0].to_i / input_arr[1].to_i + 1