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