let inpt = readLine()!.split(separator:" ").map{Int($0)!} var ans = "YOKO" if(inpt[0]>inpt[1]) { ans = "TATE" } print(ans)