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