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