a,b=gets.split.map(&:to_f) if b <= a n = 1 else n = (b/a).ceil end puts n