#include int main(){ int H,W; scanf("%d%d",&H,&W); if(H > W){ printf("TATE"); }else{ printf("YOKO"); } }