a, b = io.read("*n", "*n") a = a * 5 b = b * 18 if a < b then print("blackyuki") elseif b < a then print("KoD") else print("same") end