#include int main() { int h, w; std::cin >> h >> w; std::cout << ((h > w)? "TATE":"YOKO") << std::endl; return 0; }