a = int(input()) b = int(input()) import math x = b/a print(math.ceil(x))