https://www.codechef.com/problems/MISSP

Please help and tell me what’s wrong in my code .
link to my code: CodeChef: Practical coding for everyone

You just have to check which number is occuring odd number of times. You can check it using frequency array.
You can see my solution CodeChef: Practical coding for everyone
Hope it helps :slight_smile:

1 Like