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