← All problemsSign in

GCD Arrays (Easy)

CodeChefRating 1863Open on judge ↗

**This is the easy version of the problem. In this version, $M \le 100$.** An array $A$ of length $N$ is called good if it satisfies the following conditions: - $\gcd(A_1, A_2, \ldots, A_N) = 1$ - $\gcd(A_L, A_{L + 1}, \ldots, A_R) \ne 1$ for all $(L, R) \ne (1, N)$ That is, every other subsegment except the full array should have gcd not $1$. Given integers $N$ and $M$, count the number of go

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