a = int(input("")) b = int(input("")) div = b // a if b % a > 0: div = div + 1 div