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