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