import math A, B = map(float, input().split()) print(math.ceil(B%A))