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