S=input() C=0 for i in range(8):C+=input().count('.') O='oda' if C%2>0: if S=='oda':O='yukiko' else:O=S print(O)