import math input = list(map(int, input().split())) print(math.ceil(input[1] / input[0]))