#! ruby a, b = gets.chomp.split.map(&:to_i) ans = (a.to_f / b.to_f).ceil puts ans