_ = gets.chomp s = gets.chomp if s.include?("404") puts "Found" else puts "NotFound" end