import math a, b = input().split() print(math.ceil(float(b) / int(a)))