import math a, b = map(int, input().split()) print (math.floor((b+a-1)/a))