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