import math
i , k = [int(i) for i in input().split()]
          
print(math.ceil(k/i))