a,b = map(int,input().split()) kod = a * 10 black = b * 36 if kod > black: print('KoD') elif kod < black: print('blackyuki') else: print('same')