a,b = gets.split.map(&:to_i) puts num = b % a == 0 ? (b/a) : (b/a+1)