#include using namespace std; int main() { int h, w; cin >> h >> w; puts(h > w ? "TATE" : "YOKO"); }