A, B = map(int, input().split()) B = B * 3600 / 1000 if A > B: print("KoD") elif A < B: print("blackyuki") else: print("same")