import math a = int(input()) b = int(input()) n = b / a #nの小数点以下切り上げ print(math.ceil(n))