import math step, length = [ int(x) for x in input().split(' ') ] print(math.ceil(length / step))