import math a, b = list(map(int, input().split())) c = math.ceil(b/a) print(c)