N=int(input()) ans=1 if N%4==2 or N==1 or N==4: ans=-1 print(ans)