#include "bits/stdc++.h" using namespace std; int main() { int H, W; if (H > W) cout << "TATE" << endl; else cout << "YOKO" << endl; }