import math s = raw_input() ary = s.split(" ") a = double(ary[0]) b = double(ary[1]) print math.ceil(b/a)