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