N=int(input());t=N&-N;print(N,t,N^t if N-t else '-1 '*3)