a, b = gets.chomp.split a = a.to_i b = b.to_i * 60 * 60 / 1000 puts a > b ? "Kod" : "blackyuki"