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