a,b = gets.chomp.split.map(&:to_i) c = b % a d = b / a print c == 0 ? d : d + 1