import math A, B = map(int, input().split()) print(str(math.ceil(B / A)))