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