So this was the question 1930A - Maximise The Score at think-cell Round 1. We simply had to sort the array and add the odd entries.
And so I did except that it gets accepted or TLE rejected just cause of Variable name.
I chose the loop variable i here and it TLEd 250123631 I chose the loop variable j and the exact same code as above and it got accepted 250123236 There are two loops in my program and I named both as j and it still got accepted 250123505
So why the particular hate for "i"? satyam343 And I lost 15 extra minutes and valuable points in that question as well.
I would love to know the reason if someone could explain or if it is a CF issue.