← All problemsSign in

Missing two

Given an array of size 5X+3, where every element occurs 5 times, except one number, which occurs only 3 times. Find the element that occurs thrice. ### Input First line of input contains T - number of test cases. Its followed by 2T lines, the first line contains N - the size of the array (of the form 5X + 3) and second line contains the elements of the array. ### Output For each test case, prin

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