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