val = gets.chomp!.split(' ').map(&:to_i) x = 0 while val[1]/val[0] <= x x += 1 end return x