#include int main(){ long h, w; scanf("%ld, %ld", &h, &w); if(h > w){ printf("TATE"); }else{ printf("YOKO"); } return 0; }