A = int(input()) if A > 14: print(A - 7) else: print(-1)