a,b = int(input()),int(input()) import math c = b / a print(math.ceil(c))