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