a, b = gets.split.map(&:to_i) c = a/b if c == 4/3 puts "TATE" else puts "YOKO" end