a=input().split() A=int(a[0]) B=(int(a[1]))*3.6 if A > B : print("KoD") elif A==B: print("same") else: print ("blackyuki")