inputs = gets.chomp.split.map(&:to_i) tapi = inputs[0]**inputs[1] + inputs[2]**inputs[3] + inputs[4]**inputs[5] puts tapi.odd? ? ':-(' : ':-)'