import math A, B = input().split() print(math.ceil(int(B)/int(A)))