Scanf.scanf "%d %d %d" (fun x y z -> Printf.printf "%d\n" @@ if z >= y then z - 2 else if z >= x then z - 1 else z )