#include int main(void) { int h; int w; scanf("%d%d",&h,&w); if(h>w){ printf("TATE"); }else { printf("YOKO"); } return 0; }