import math step, distance = map(int, input().split()) ans = math.ceil(distance / step) print(int(ans))