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