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