from math import ceil a = int(input()) b = int(input()) print(ceil(b / a))