S = input().strip() B = len(''.join([input().strip() for _ in range(8)]).replace('.', '')) print(['oda', 'yukiko'][B % 2 == (S == 'oda')])