N = input() t = 0 for i in range(8): c = input() t += c.count("w") + c.count("b") print("oda" if ("oda" == N and t % 2 == 0) or ("yukiko" == N and t % 2 == 1) else "yukiko")