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