input_line = gets.chomp arry = input_line.split(" ") puts ans1 = (arry.first.to_i / arry.last.to_i ).round() + 1