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