A, B=map(int,input().split()) X=A*1000/3600 if X>B: print("KoD") if B>X: print("blackyuki") if X==B: print("same")