A, B=map(int, input().split()) if A>B: print('KoD') if B>A: print('blackyuki') if A==B: print('same')