import math [a_cm, b_cm] = [int(x) for x in input().split(' ')] print(math.ceil(b_cm/a_cm))