n = int(input()) print(-1 if n % 4 == 2 or n == 1 or n == 4 else 1)