import math x = input() x = x.split(" ") print(math.ceil(int(x[1])/int(x[0])))