a, b, c = map(int, input().split()) print(c - (c >= b) - (c >= a))