← All problemsSign in

GCD Limit

CodeChefRating 2172Open on judge ↗

For a sequence $A = (A_1, A_2, \ldots, A_N)$, we define $f(A)$ in the following way: - Let $P_i = \gcd(A_1, A_2, \ldots, A_i)$ - $f(A) = $ number of indices $i$ ($2 \le i \le N$) such that $P_i \ne P_{i - 1}$. --- Given an integer $M$, define $g(N)$ as the **expected value** of $f(A)$ when $A$ is uniformly randomly selected among all $M^N$ arrays satisfying the following conditions: - $|A| = N

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