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