import math m=int(input().split()) m=list(int,m) x=math.ceil(m[1]/m[0]) print(x)