a,b = map(int, input().split()) if a > b : print("KoD") elif a < b : print("blackyuki") else : print("same")