A=int(input()) B=int(input()) if A>B: print("KoD") if A==B: print("same") else: print("blackyuki")