s="" n=input() for i in '.'*8:s+=input() b=s.count('.') print(('oda','yukiko')[b&1^(n!='oda')])