def ascan; gets.split.map(&:to_i);end n,m = ascan n.times do if gets.chomp=~/LOVE/ puts "YES" exit end end puts "NO"