Scanf.scanf "%d" (fun n -> print_endline @@ if n >= 10 && n <= 99 then "Yes" else "No" )