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