x, y, z = gets.split.map(&:to_i) ans = z ans -= 1 if x <= z ans -= 1 if y <= z puts ans