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