n = gets.split.map(&:to_i).first ary = n.times.map{gets.chomp} puts (ary.each { return true if _1.include? "LOVE" } ? "YES" : "NO")