#find s = input() if s.find("575")>=0: print("YES") elif s.find("575")==-1: print("NO")