let () = let x, y, z = Scanf.scanf "%s %s %s " (fun x y z -> x, y, z) in print_endline (if x = y || x = z then x else z)