#include using namespace std; int main(void) { int h, w ; cin >> h >> w ; if (h < w) { cout << "YOKO" ; } else { cout << "TATE" ; } ; cout << "\n" ; }