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