s,f = gets.split.map(&:to_i) if s %f >= 0 puts s / f + 1 else puts s / f end