main = getLine >>= print . (\n -> if n<=14 then -1 else n-7) . read