Scanf.scanf "%c %c" (fun b c -> print_endline @@ if b = c then "Yes" else "No" )