a,b=map(int,input().split()) print(["YOKO","TATE"][a>b])