s=input() chk=sum(input().count('.') for _ in range(8)) if chk%2==0: print(s) else: print('yukiko') if s=='oda' else print('oda')