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