H=int(input()) W=int(input()) if H%3==0: print("YOKO") if W%3==0: print("TATE")