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