N=input() if "404" in N: print("Found") else: print("Not Found")