import math a,b=map(int,input()) print(math.ceil((b/a)))