N = int(input()) if N < 3: print(-1 -1 -1) else: print(1, N-1, N)