S, F = [int(x) for x in input().split()]
print(F // S + 1)