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