Construct Permutation
You are given an integer $N$. Construct a permutation $P = [P_1, P_2, ..., P_N]$ such that there does not exist $i$ and $j$ ($1 \le i \le j \le N$) such that $(P_i + P_{i + 1} + ... + P_j) \mod (N + 1) = 0$. Informally, all subarray sums should not be divisible by $(N + 1)$. If it is not possible, print $-1$ instead. ### Input - The first line of input will contain a single integer $T$, denoti
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start