Nearest Angle
CodeChefOpen on judge ↗
You are given a sequence of positive integers $A_1, A_2, \ldots, A_N$. You must choose three elements $A_x, A_y, A_z$ ($x$, $y$, $z$ should be pairwise distinct) such that there is a non-degenerate triangle $\mathsf{XYZ}$ with the following properties: - $|\mathsf{XY}| = A_z$, $|\mathsf{XZ}| = A_y$, $|\mathsf{YZ}| = A_x$ - the angle $|\angle \mathsf{YXZ}| = \theta$ satisfies $\cos\theta \ge P/Q$
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