import math input_lines = input() list=input_lines.split() n = int(list[0]) m = int(list[1]) print(math.ceil(m / n))