#yuki1198 n=int(input()) res=1 if n==1 or n==2 or n==4 or n%4==2: res=-1 print(res)