Given a positive integer such that , find positive integers between and (both inclusive) such that all pairwise sums of those integers are distinct, or print -1 if such integers don't exist.
Input format: A single integer with the given constraints.
Output format: space separated integers satisfying the problem conditions or -1.
Problem author: Navneel Singhal