n, _m = gets.split.map(&:to_i) s = Array.new(n) { gets.chomp } puts s.any? { _1.index('LOVE') } ? :YES : :NO