inp = list(map(int, input().split())) steps = inp[1] // inp[0] + 1 print(steps)