Chef Segment
You are given an array $A$ consisting of $N$ integers. You are allowed to **rearrange** the elements of the array in any order. A segment $[l, r]$ of the array is considered *beautiful* if, for **every** pair $(i, j)$ where $l \leq i \leq j \leq r$, either $A_i \mod A_j = 0$ or $A_j \mod A_i = 0$. Note that `mod` denotes the [modulo](https://en.wikipedia.org/wiki/Modulo) operation. The score of
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