← All problemsSign in

Fastest division

Given an array $arr_1,arr_2,...arr_n$ consisting of $n$ positive integers. You have to make all the elements of this array equal to 1, but you are allowed to perform only one kind of operation. In a single operation, you can choose any integer of the form $p^q$ where $p$ is a [prime number](https://en.wikipedia.org/wiki/Prime_number) and $q\geq 1$ and divide all the divisble numbers of the array b

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.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start