Sort game -wrong answer error

I did this question using bubble sort , but I was facing TLE.
Then, I read some posts and it said to use the concept of classes instead of sorting and then as I made the code for the same , I got wrong answer error while my code runs fine for a number of test cases. Kindly have a look.

@mananaroramail,
https://ide.codingblocks.com/s/196917 Your code works perfectly for all the test cases. Where is the problem?

when I submit it , it shows wrong answer for all testcases