a = input() b = input() print('Found' if '404' in b else 'NotFound')