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