n = io.read("*n", "*l") s = io.read() t = s:find("404") if t then print("Found") else print("NotFound") end