s,f = gets.chomp.split.map(&:to_i) d = s / f print d >= 1 ? d + 1 : 1