import math a, b = [int(x) for x in input().split()] print(math.ceil(b / a))