a, b = [int(x) for x in input().split()] b *= 3.6 print("same" if a == b else "KoD" if a > b else "blackyuki")