a, b = map(int, input().split()) a *= 10 b *= 36 if a == b: exit(print("same")) print("KoD" if a > b else "blackyuki")