import math aa=input().split(" ") bb=(float(aa[1])/float(aa[0])) print(math.ceil(bb))