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