A, B = gets.split.map { _1.to_i } (case A * 1000.0 / 3600 <=> B when -1 'blackyuki' when 0 'same' when 1 'KoD' end).tap { puts(_1) }