Construct An Array
Given an integer $N$, construct an array $A$ of length $N$ such that: - $1 \leq A_i \leq 10^{18}$ for all $(1 \le i \le N)$; - There exists a [subsequence](https://en.wikipedia.org/wiki/Subsequence) of length **greater** than $1$ such that the [gcd](https://en.wikipedia.org/wiki/Greatest_common_divisor) of all elements of the subsequence is $i$, for all $1 \le i \le N$. More formally, for all $(
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