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