import math N = input().split() num = math.ceil(int(N[1]) / int(N[0])) print(num)