a, b = [int(s) for s in input().split()] print((b + a - 1) // a)