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