N = int(input()) if N < 15: print(-1) else: print(N-7)