import math ab = list(map(int, input().split())) print(math.ceil(ab[1] / ab[0]))