a,b = gets.split.map(&:to_i) i = 0 ans = 0 until ans >= b ans = ans + a i += 1 end puts i