n=int(input()) if n%2!=0: print(n,n-1,1,sep=" ") else: print(-1,-1,-1,sep=" ")