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