H,W = list(map(int,input().split())) if H > W: print('TATE') else: print('YOKO')