ans = 'NotFound' N = input() if '404' in input(): ans = 'Found' print(ans)