#include using namespace std; int main(){ long int a, b; cin >> a >> b; if(a>b) cout << "TATE"; else cout << "YOKO"; cout << endl; return 0; }