#yuki1871 n=int(input()) if n==0: print(-1) exit() res=[] for i in range(60,-1,-1): x=1<