A,B=map(int,input().split()) if A==B: print("same") elif A>B: print("KoD") else: print("blackyuki") A=4 B=1