#include using namespace std; int main(void){ long h,w;cin>>h>>w; string ans = h>w?"TATE":"YOKO"; cout<