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