n = int(input()) if n % 2: exit(1) else: print(-1)