Relations
CodeChefOpen on judge ↗
Given, an array [(xs1,y1) , (x2,y2) , . . . , (xn,yn)] A, of size n, consisting of pairs of positive integers. Given 3 properties for elements in array:- **Property 1**: For an element (x,y) that is in A, (x,x) and (y,y) also belong to A. **Property 2**: For an element (x,y) that is in A, (y,x) also belongs to A. (x ≠ y) **Property 3**: For pairs of elements { (x,y) , (y,z) } that is in A, (
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