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