a, b = map(int, input().split(" ")) print(math.ceil(b / a))