n, m = gets.split.map(&:to_i) ary = n.times.map{gets.chomp} p ary.map { p _1 =~ /.*(LOVE)/ }.none? ? "NO" : "YES"