x,y,z = map(int,input().split()) if x > 0: if x <= z: z -= 1 if y > 0: if y <= z: z -= 1 print(z)