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