X, Y, Z = int(input().split()) if Y <= Z: Z -= 1 if X <= Z: Z -= 1 print(Z)