import math n, m = list(map(int, input().split())) print(math.ceil(m/n))