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