def main(): _ = int(input()) s = input() print('Found' if '404' in s else 'NotFound') if __name__ == '__main__': main()