S = input() T = "yukiko" if S == "oda" else "oda" board = "".join(input() for _ in range(8)) if board.count(".") % 2 == 0: print(S) else: print(T)