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