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