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