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