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