N=int(input()) p=[2**n for n in range(62)] if N==6:n=1 elif N<8:n=0 elif N-3 not in p:n=2 else:n=3 print(*[[-1],[3,3],[3,N-3],[5,N-5]][n])