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