n = gets.split.map(&:to_i).first puts n.times.map{gets.chomp}.map { _1 =~ /LOVE/ }.none? ? "NO" : "YES"