a, b = read_line.split.map(&.to_i) puts(if a == b "same" elsif a < b "blackyuki" else "KoD" end)