#include #include #include int main() { int height = 0; int width = 0; scanf("%d", &height); scanf("%d", &width); if (height > width) { printf("TATE\n"); } else { printf("YOKO\n"); } return 0; }