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