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