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