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