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