let () = let h, w = Scanf.scanf "%d %d " (fun h w -> h, w) in print_endline (if h > w then "TATE" else "YOKO")