import Data.Bool
import Data.List

main = getLine >>= putStrLn . bool "NO" "YES" . (isInfixOf "575")