a=list(map(int,input().split())) if a[0]>a[1]:print("TATE") else:print("YOKO")