#395 17 forever import math N=int(input()) if N<15: print(-1) else: print(N-7)