S = gets.chomp C = 8.times.map { gets.count(".") }.sum puts C % 2 == 0 ? S : (S == "oda" ? "yukiko" : "oda")