import math A , B = map(int, input().split()) print(math.ceil(B / A)) #num = first.split() #A = int(num[0]) #print(A,B)