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