import math text = str(input()) a = int(text.split()[0]) b = int(text.split()[1]) print(math.ceil(b/a))