N=int(input()) if N%2 and N>1: print(1,N-1,N) else: print(-1,-1,-1)