N = int(input()) S = input() print('Found' if '404' in S else 'NotFound')