n = int(input()) s = input() print("Found" if "404" in s else "NotFound")