https://ide.codingblocks.com/s/63428
problem name is : unique 2 number using bitwise operator, why test case is failed
Test case failed in unique 2 number using bitwise
Hi Anshuman, that is happening because of the wrong order of printing the answer. Just change line number 30 to cout<<second<<" “<<first; instead of cout<<first<<” "<<second;
You can refer to the correct code here: https://ide.codingblocks.com/s/63747
Hey Anshuman, as you are not responding to this thread, I am marking your doubt as Resolved for now. Re-open it if required.
Please mark your doubts as resolved in your course’s “ Ask Doubt ” section, when your doubt is resolved.