The missing GCD (hard version)
CodeChefOpen on judge ↗
Given an array $arr_1,arr_2,...arr_n$, consisting of n positive integers. Find the smallest positive integer $g$ such that, there exists **no** pair of integers $i, j$ where $1\leq i$ < $j\leq n$ for which [gcd](https://en.wikipedia.org/wiki/Greatest_common_divisor) of $arr_i$ and $arr_j$ is **equal** to $g$. ### Input - The first line contains a single integer $n$, denoting the size of $arr$. -
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